Protocol Property
The protocol used by the component.
Syntax
__property TipwNetClockProtocols Protocol = {read=FProtocol, write=FSetProtocol, default=0};
enum TipwNetClockProtocols { tpTime=0, tpSNTP=1 };
Default Value
0
Remarks
This property is the protocol used by the component. Use this property to specify which protocol the component will use to connect to the server. By default, this property is tpTimeProtocol (0). The SNTP protocol may be selected by setting this property to tpSNTP (1).
Data Type
Integer