TimePort Property
The UDP port where the remote Time server is listening.
Object Oriented Interface
public function getTimePort(); public function setTimePort($value);
Procedural Interface
ipworks_netclock_get($res, 7 ); ipworks_netclock_set($res, 7, $value );
Default Value
37
Remarks
This property is the UDP port on the TimeServer to which Time requests are sent. If Protocol is set to tpSNTP the component will set this property to 123.
This property is not available at design time.
Data Type
Long