/AWS1/CL_GSTSOCKETADDRESS¶
Information about the socket address.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GSTSTRING /AWS1/GSTSTRING¶
Name of a socket address.
iv_port TYPE /AWS1/GSTINTEGER /AWS1/GSTINTEGER¶
Port of a socket address.
Queryable Attributes¶
name¶
Name of a socket address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
port¶
Port of a socket address.
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 |