Skip to content

NET_SDK_SaveFileToUsbByTime

Interface Definition

1
2
3
4
BOOL NET_SDK_SaveFileToUsbByTime(
    LONG lUserID,
    NET_SDK_REC_FILE* recordFile,
    USB_BACKUP_FORMAT recFormat);
1
2
3
4
public static extern Boolean NET_SDK_SaveFileToUsbByTime(
    Int32 lUserID,
    ref NET_SDK_REC_FILE recordFile,
    UInt32 recFormat);

Function Description

Save the video file to a USB flash drive (supported only by N9000).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
recordFilein NET_SDK_REC_FILE* Information of the video file to be saved.
recFormatin USB_BACKUP_FORMAT The format of the backup.

Return Value

  • type:BOOL

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

Remarks

None

Error Code