Zone Control API > BS2_CheckGlobalAPBViolation


BS2_CheckGlobalAPBViolation

[+ 2.5.0] 글로벌 안티패스백 판정 결과를 단말기로 전송합니다.

함수

#include "BS_API.h"
 
int BS2_CheckGlobalAPBViolation(void* context, uint32_t deviceId, uint16_t seq, int handleResult, uint32_t zoneID);

파라미터

참고
패킷 일련번호는 반드시 OnCheckGlobalAPBViolation에서 전달받은 값과 동일해야 합니다.

반환값

성공적으로 수행될 경우 BS_SDK_SUCCESS를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다.

함께 보기

BS2_SetCheckGlobalAPBViolationHandler