차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
platform:ethercat:100_api:10_desc:20_ecnet:100_ecnet_setalstate [2021/05/14 14:23]
winoars
platform:ethercat:100_api:10_desc:20_ecnet:100_ecnet_setalstate [2024/07/08 18:23] (현재)
줄 8: 줄 8:
  
 <sxh csharp> <sxh csharp>
-uint ecNet_SetAlState(int netID, EEcAlState alState, ref int errorCode);+uint ecNet_SetAlState( 
 +    int netID,  
 +    EEcAlState alState,  
 +    ref int errorCode);
 </sxh> </sxh>
 </callout> </callout>
줄 20: 줄 23:
 ===Parameter=== ===Parameter===
 \\ \\
-  * **[[platform:ethercat:6_manual:50_api:00_info:100_netid|netID]]** : EtherCAT NetworkID+  * **[[platform:ethercat:100_api:00_info:100_netid|netID]]** : EtherCAT NetworkID
  
-  * alStatus : [[platform:ethercat:2_info:10_alstatus|AlState]]+  * alState 설정하고자 하는 [[platform:ethercat:2_info:10_alstatus|AlState]] Enum 값
  
   * errorCode : 현재의 에러 코드를 반환합니다.   * errorCode : 현재의 에러 코드를 반환합니다.