time_port Property

The UDP port where the remote Time server is listening.

Syntax

def get_time_port() -> int: ...
def set_time_port(value: int) -> None: ...

time_port = property(get_time_port, set_time_port)

Default Value

123

Remarks

This property is the UDP port on the time_server to which Time requests are sent. If protocol is set to tpTimeProtocol the component will set this property to 37.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]