/AWS1/CL_GDYREMOTEPORTDETAILS¶
Contains information about the remote port.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_port TYPE /AWS1/GDYINTEGER /AWS1/GDYINTEGER¶
The port number of the remote connection.
iv_portname TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The port name of the remote connection.
Queryable Attributes¶
Port¶
The port number of the remote connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
PortName¶
The port name of the remote connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTNAME() |
Getter for PORTNAME, with configurable default |
ASK_PORTNAME() |
Getter for PORTNAME w/ exceptions if field has no value |
HAS_PORTNAME() |
Determine if PORTNAME has a value |