NET_SDK_QueryOnlineChlList¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
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