Skip to content

NET_SDK_GetDeviceSupportFunction

Interface Definition

1
2
3
BOOL NET_SDK_GetDeviceSupportFunction(
    LONG lUserID,
    NET_SDK_DEV_SUPPORT* pDevSupport);
1
2
3
public static extern bool NET_SDK_GetDeviceSupportFunction(
    int lUserID,
    ref NET_SDK_DEV_SUPPORT pDevSupport);

Function Description

Get the functions supported by the device (only IPC is supported).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
pDevSupportout NET_SDK_DEV_SUPPORT* Information about the functions supported by the device.

Return Value

  • type:BOOL

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

Remarks

None

Error Code