timePort (property)

The UDP port where the remote Time server is listening.

Syntax

@property (nonatomic,readwrite,assign,getter=timePort,setter=setTimePort:) int timePort;
- (int)timePort;
- (void)setTimePort:(int)newTimePort;
public var timePort: Int32 {
  get {...}
set {...} }

Default Value

123

Remarks

This property is the UDP port on the TimeServer 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 iOS Edition - Version 20.0 [Build 8307]