차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
ko:bs2_removeintrusionalarmzone [2017/09/01 14:31] 127.0.0.1 바깥 편집 |
ko:bs2_removeintrusionalarmzone [2018/03/22 10:50] (현재) kkshin |
||
---|---|---|---|
줄 6: | 줄 6: | ||
===== BS2_RemoveIntrusionAlarmZone===== | ===== BS2_RemoveIntrusionAlarmZone===== | ||
주어진 경비 경보 구역을 제거합니다. | 주어진 경비 경보 구역을 제거합니다. | ||
+ | ==== 지원장치 종류 ==== | ||
+ | BioStation 2 (1.5.0 only) \\ | ||
+ | BioStatioin A2 (1.4.0 only) \\ | ||
+ | BioEntry P2 (1.0.0 only) \\ | ||
==== 함수 ==== | ==== 함수 ==== | ||
<code cpp> | <code cpp> | ||
줄 15: | 줄 19: | ||
* [In] ''//context//'' : Context | * [In] ''//context//'' : Context | ||
* [In] ''//deviceId//'' : 장치 식별자 | * [In] ''//deviceId//'' : 장치 식별자 | ||
- | * [In] ''//zoneIds//'' : 제거하고자 하는 fire alarm zone id 리스트 | + | * [In] ''//zoneIds//'' : 제거하고자 하는 zone id 리스트 |
- | * [In] ''//zoneIdCount//'' : fire alarm zone id 리스트의 개수 | + | * [In] ''//zoneIdCount//'' : 제거하고자 하는 zone id 리스트의 개수 |
==== 반환값 ==== | ==== 반환값 ==== | ||
성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | 성공적으로 수행될 경우 ''BS_SDK_SUCCESS''를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다. | ||
==== 함께 보기 ==== | ==== 함께 보기 ==== | ||
[[BS2_GetIntrusionAlarmZone]]\\ [[BS2_GetIntrusionAlarmZoneStatus]]\\ [[BS2_GetAllIntrusionAlarmZoneStatus]]\\ [[BS2_SetIntrusionAlarmZone]]\\ [[BS2_SetIntrusionAlarmZoneAlarm]]\\ [[BS2_RemoveAllIntrusionAlarmZone]]\\ [[BS2_SetIntrusionAlarmZoneArm]] | [[BS2_GetIntrusionAlarmZone]]\\ [[BS2_GetIntrusionAlarmZoneStatus]]\\ [[BS2_GetAllIntrusionAlarmZoneStatus]]\\ [[BS2_SetIntrusionAlarmZone]]\\ [[BS2_SetIntrusionAlarmZoneAlarm]]\\ [[BS2_RemoveAllIntrusionAlarmZone]]\\ [[BS2_SetIntrusionAlarmZoneArm]] |