PenCommV2.ReqSetupTime Method

Neo smartpen SDK

PenCommV2ReqSetupTime Method

Sets the RTC timestamp.

Namespace:  Neosmartpen.Net.Protocol.v2
Assembly:  Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool ReqSetupTime(
	long timetick
)

Parameters

timetick
Type: SystemInt64
milisecond timestamp tick (from 1970-01-01)

Return Value

Type: Boolean
true if the request is accepted; otherwise, false.
See Also