SENA Rhio10 User Manual

Page 95

Advertising
background image

95

CString strSerial : Serial number string limited to 12 bytes

Return : TRUE if successful, False if failed.

Parameter when reaction event is received :

WPARAM

: Commnad transfer status flag (ESF_SET_SERIAL)

LPARAM

: Control status flag of the command (False if Time Out Error)

(0x30:Normal operation, 0x39:Abnormal operation, 0x31:Not the Set Mode)

eg. : RHIO_SndCmd_SetSerial("0000003");

RHIO_SndCmd_GetSerial

Description : Used to send the command to check whether it is possible to get the RHIO Serial

number

Function Prototype :

extern "C" __declspec(dllexport) bool RHIO_SndCmd_GetSerial();

Parameter : None

Return : TRUE if successful, False if failed.

Parameter when reaction event is received :

WPARAM

: Command transfer status flag (ESF_MON_SERIAL)

LPARAM

: Control status flag of the command (False if Time Out Error)

(0x30:Normal operation, 0x39:Abnormal operation, 0x31:Not the Set Mode)

※ When reaction event is received, get data using RHIO_GetSettingData function.

eg. : RHIO_SndCmd_GetSerial();

RHIO_SndCmd_GetFirmware

Description : Used to send the command to check whether it is possible to get the RHIO

Firmware Version

Function Prototype :

extern "C" __declspec(dllexport) bool RHIO_SndCmd_GetFirmware();

Parameter : None

Return : TRUE if successful, False if failed.

Parameter when reaction event is received :

WPARAM

: Command transfer status flag (ESF_MON_FIRMWARE)

LPARAM

: Control status flag (False if Time Out)

(0x30:Normal operation, 0x39:Abnormal operation, 0x31:Not the Set Mode)

※ When reaction event is received, get data using RHIO_GetSettingData function.

eg. : RHIO_SndCmd_GetFirmware();

Advertising