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