Skip to content

NET_SDK_QueryOnlineChlList

Interface Definition

1
2
3
4
BOOL NET_SDK_QueryOnlineChlList(
    LONG lUserID,
    NVRChlListStruct* chlList,
    int* outSize);
1
2
3
4
public static extern Boolean NET_SDK_QueryOnlineChlList(
    Int32 lUserID,
    ref NVRChlListStruct chlList,
    ref int outSize);

Function Description

Get the device online channel list (not supported by IPC).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
chlListout NVRChlListStruct* Channel online information.
outSizeout int* The number of chlList returned.

Return Value

  • type:BOOL

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

Remarks

None

Error Code