Skip to content

NET_SDK_GetNvrChlInfo

Interface Definition

1
2
3
4
BOOL NET_SDK_GetNvrChlInfo(
    LONG lUserID,
    const char* chlId,
    NVRChlInfoStruct* ipcChlInfo);
1
2
3
4
public static extern Boolean NET_SDK_GetNvrChlInfo(
    Int32 lUserID,
    string chlId,
    ref NVRChlInfoStruct ipcChlInfo);

Function Description

Get device channel information (not supported by IPC).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
chlIdin char* Channel guid string, which can be obtained using NET_SDK_QueryOnlineChlList.
ipcChlInfoout NVRChlInfoStruct* Channel information.

Return Value

  • type:BOOL

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

Remarks

None

Error Code