TFTPPort (property)

The UDP port where the remote TFTP server is listening.

Syntax

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

Default Value

69

Remarks

The TFTPPort is the UDP port on the TFTPServer to send TFTP requests to.

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