Skip to content

NET_SDK_AddRegisterDeviceInfo

Interface Definition

1
2
3
BOOL NET_SDK_AddRegisterDeviceInfo(
    REG_LOGIN_INFO* pLoginInfo,
    unsigned int deviceNum);
1
2
3
public static extern bool NET_SDK_AddRegisterDeviceInfo(
    IntPtr pLoginInfo,
    uint deviceNum);

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

Error Code