Server API > BS2_ResponseUserPhrase
[+ 2.7.0] 개인 메시지를 단말기로 전송합니다.
#include "BS_API.h" int BS2_ResponseUserPhrase(void* context, uint32_t deviceId, uint16_t seq, int handleResult, const BS2_USER_PHRASE userPhrase);
context
: ContextdeviceId
: 장치식별자seq
: 패킷 일련번호handleResult
: 매칭 결과 값(BS_SDK_SUCCESS or BS_SDK_ERROR_XXX)userPhrase
: 개인 메시지
참고
패킷 일련번호는 반드시 OnUserPhrase에서 전달받은 값과 동일해야 합니다.
성공적으로 수행될 경우 BS_SDK_SUCCESS
를 반환하고, 에러가 발생할 경우 상응하는 에러 코드를 반환합니다.