차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
ko:bs2_getallinterlockzonestatus [2018/03/07 13:28] kkshin 만듦 |
ko:bs2_getallinterlockzonestatus [2018/03/21 14:59] (현재) michael [함수] |
||
---|---|---|---|
줄 5: | 줄 5: | ||
===== BS2_GetAllInterlockZoneStatus===== | ===== BS2_GetAllInterlockZoneStatus===== | ||
- | 모든 인터락 구역의 상태 정보를 가져옵니다. | + | [+ V2.6.0] 모든 인터락 구역의 상태 정보를 가져옵니다. |
==== 함수 ==== | ==== 함수 ==== | ||
<code cpp> | <code cpp> | ||
#include "BS_API.h" | #include "BS_API.h" | ||
- | int BS2_GetAllInterlockZoneStatus(void* context, uint32_t deviceId, uint32_t* zoneIds, uint32_t zoneIdCount, BS2ZoneStatus** zoneStatusObj, uint32_t* numZoneStatus); | + | int BS2_GetAllInterlockZoneStatus(void* context, BS2_DEVICE_ID deviceId, BS2ZoneStatus** zoneStatusObj, uint32_t* numZoneStatus); |
</code> | </code> | ||
줄 32: | 줄 32: | ||
성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | ||
==== 함께 보기 ==== | ==== 함께 보기 ==== | ||
- | [[BS2_GetInterlockZone]]\\ [[BS2_GetInterlockZoneStatus]]\\ [[BS2_SetInterlockZone]]\\ [[BS2_SetInterlockZoneAlarm]]\\ [[BS2_RemoveInterlockZone]]\\ [[BS2_RemoveAllInterlockZone]]\\ [[BS2_SetInterlockZoneArm]] | + | [[BS2_GetInterlockZone]]\\ [[BS2_GetInterlockZoneStatus]]\\ [[BS2_SetInterlockZone]]\\ [[BS2_SetInterlockZoneAlarm]]\\ [[BS2_RemoveInterlockZone]]\\ [[BS2_RemoveAllInterlockZone]] |