SetRTC Method - neoVI API
This method sets the value of the real-time clock on a connected neoVI device.
Parameters
hObject
[in] Specifies the driver object created by OpenNeoDevice.
pTime
[in] The address of a icsSpyTime structure. This structure is defined in the file icsSpyDataCommon.h
Return Values
1 if the function succeeded. 0 if it failed for any reason. GetLastAPIError must be called to obtain the specific error. The errors that can be generated by this function are:
NEOVI_ERROR_DLL_NEOVI_NO_RESPONSE = 75
Remarks
Examples
Last updated