NET_SDK_AddRegisterDeviceInfo¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Add information about devices that you want to actively register to connect to the SDK.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| pLoginInfoin | REG_LOGIN_INFO* | To actively register the information of the device connected to the SDK, you need to pass in an array of arrays. |
| deviceNumin | unsigned int | The length of pLoginInfo. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None