차이

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

차이 보기로 링크

다음 판
이전 판
platform:ethercat:100_api:10_desc:20_ecnet:100_ecnet_setalstate [2021/05/14 11:06]
winoars 만듦
platform:ethercat:100_api:10_desc:20_ecnet:100_ecnet_setalstate [2024/07/08 18:23] (현재)
줄 1: 줄 1:
 ======ecNet_SetAlState====== ======ecNet_SetAlState======
-**네트워크의 [[platform:ethercat:2_info:10_alstatus|AlState]] 설정**+**마스터의 [[platform:ethercat:2_info:10_alstatus|AlState]] 설정**
 ----  ---- 
 +\\
 +<callout type="primary" >
 +===Synopsis===
 +\\
 +
 +<sxh csharp>
 +uint ecNet_SetAlState(
 +    int netID, 
 +    EEcAlState alState, 
 +    ref int errorCode);
 +</sxh>
 +</callout>
 +<callout type="info" >
 +===Description===
 +\\
 +마스터의 [[platform:ethercat:2_info:10_alstatus|AlState]] 를 설정합니다. 
 +</callout>
 +
 +<callout type="success">
 +===Parameter===
 +\\
 +  * **[[platform:ethercat:100_api:00_info:100_netid|netID]]** : EtherCAT NetworkID
 +
 +  * alState : 설정하고자 하는 [[platform:ethercat:2_info:10_alstatus|AlState]] Enum 값
 +
 +  * errorCode : 현재의 에러 코드를 반환합니다.
 +\\
 +===Return Value===
 +\\
 +  * CmdIdx
 +    * CmdIdx는 ComiECAT SDK라이브러리에서 발생시킨 명령들의 일련 번호입니다. 
 +    * 이 값이 0이면 함수의 수행이 실패했음을 의미합니다. 
 +</callout>