Skip to content

NET_SDK_ChangTime

Interface Definition

1
2
3
BOOL NET_SDK_ChangTime(
    LONG lUserID,
    unsigned int time);
1
2
3
public static extern bool NET_SDK_ChangTime(
    int lUserID,
    Int32 time);

Function Description

Modify the device system time.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
timein unsigned int Device system time, the accumulated seconds from 0:0:0:0 on January 1, 1970.

Return Value

  • type:BOOL

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

Remarks

None

Error Code