Skip to content

NET_SDK_GetRecordDevice

Interface Definition

1
2
3
unsigned int NET_SDK_GetRecordDevice(
    LONG lUserID,
    NET_SDK_RECORD_DEVICE* lpRecordDevice);
1
2
3
public static extern UInt32 NET_SDK_GetRecordDevice(
    Int32 lUserID,
    IntPtr lpRecordDevice);

Function Description

Get device information on the device recording. The device may have been deleted or is offline.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
lpRecordDeviceout NET_SDK_RECORD_DEVICE* Recording device information structure array.

Return Value

  • type:unsigned int

  • remark:The number of recording devices.

Remarks

None

Error Code