TFTPPort Property

The UDP port where the remote TFTP server is listening.

Syntax

ANSI (Cross Platform)
int GetTFTPPort();
int SetTFTPPort(int iTFTPPort); Unicode (Windows) INT GetTFTPPort();
INT SetTFTPPort(INT iTFTPPort);
@property (nonatomic,readwrite,assign,getter=TFTPPort,setter=setTFTPPort:) int TFTPPort;
- (int)TFTPPort;
- (void)setTFTPPort:(int)newTFTPPort;
#define PID_TFTP_TFTPPORT 7

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_TFTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_TFTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

69

Remarks

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

This property is not available at design time.

Data Type

Integer

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