Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:server_api [2020/07/29 13:21]
yjjung
en:server_api [2020/07/29 13:22]
yjjung [OnUserPhrase]
Line 37: Line 37:
  
 ==== OnUserPhrase ==== ==== OnUserPhrase ====
-개인 메시지를 서버에 요청하는 콜백 함수입니다.+Callback function asking for user phrase to the server.
 <code cpp> <code cpp>
 typedef void (*OnUserPhrase)(uint32_t deviceId, uint16_t seq, const char* userID); typedef void (*OnUserPhrase)(uint32_t deviceId, uint16_t seq, const char* userID);
Line 44: Line 44:
  
 1. //​deviceId//​ \\  1. //​deviceId//​ \\ 
-장치 식별자입니다. ​ \\ \\ +Device ID  \\ \\ 
 2. //seq// \\  2. //seq// \\ 
-패킷 일련번호입니다. ​ \\ \\ +Packet sequence ​ \\ \\ 
 3. //userID// \\  3. //userID// \\ 
-사용자 ​ID 입니다. ​ \\ \\ +User ID  \\ \\