Protocol Property

The protocol used by the component.

Syntax

public var protocol: NetclockProtocols

public enum class NetclockProtocols(val value: Int) {
tpTime(0),
tpSNTP(1);
}

Default Value

1

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 tpSNTP (1). The Time Protocol may be selected by setting this property to tpTimeProtocol (0).

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]