차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
platform:ethercat:100_api:20_eg:version_compare [2019/08/14 20:17]
winoars
platform:ethercat:100_api:20_eg:version_compare [2024/07/08 18:23] (현재)
줄 9: 줄 9:
  
  
-=====Code=====+====Code====
  
 <callout type="primary" <callout type="primary"
 ===C#=== ===C#===
-<code>+<sxh csharp> 
 +using ec = ComiLib.EtherCAT.SafeNativeMethods; 
 bool IsVersionMatch(ref string message) bool IsVersionMatch(ref string message)
 { {
줄 65: 줄 67:
  return false;  return false;
 } }
-</code>  +</sxh>  
 </callout> </callout>
  
줄 74: 줄 76:
 ===C++=== ===C++===
 \\ \\
-<code>+<sxh cpp>
 bool IsVersionMatch() bool IsVersionMatch()
 { {
줄 84: 줄 86:
  return ecNet_GetVerInfo(NETID, &SdkVerInfo, &WdmVerInfo, &FwVerInfo, &nErrCode);  return ecNet_GetVerInfo(NETID, &SdkVerInfo, &WdmVerInfo, &FwVerInfo, &nErrCode);
  
-</code>+</sxh>
  
 </callout> </callout>