Skip to content

NET_SDK_GetDeviceInfo

Interface Definition

1
2
3
BOOL NET_SDK_GetDeviceInfo(
    LONG lUserID,
    LPNET_SDK_DEVICEINFO pdecviceInfo);
1
2
3
public static extern bool NET_SDK_GetDeviceInfo(
    Int32 lUserID,
    ref NET_SDK_DEVICEINFO pdecviceInfo);

Function Description

Get the parameter information of the logged in device.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
pdecviceInfoout LPNET_SDK_DEVICEINFO For device parameter information, refer to LPNET_SDK_DEVICEINFO.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code