/AWS1/CL_NWMBANDWIDTH¶
Describes bandwidth information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_uploadspeed TYPE /AWS1/NWMINTEGER /AWS1/NWMINTEGER¶
Upload speed in Mbps.
iv_downloadspeed TYPE /AWS1/NWMINTEGER /AWS1/NWMINTEGER¶
Download speed in Mbps.
Queryable Attributes¶
UploadSpeed¶
Upload speed in Mbps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPLOADSPEED() |
Getter for UPLOADSPEED, with configurable default |
ASK_UPLOADSPEED() |
Getter for UPLOADSPEED w/ exceptions if field has no value |
HAS_UPLOADSPEED() |
Determine if UPLOADSPEED has a value |
DownloadSpeed¶
Download speed in Mbps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOWNLOADSPEED() |
Getter for DOWNLOADSPEED, with configurable default |
ASK_DOWNLOADSPEED() |
Getter for DOWNLOADSPEED w/ exceptions if field has no value |
HAS_DOWNLOADSPEED() |
Determine if DOWNLOADSPEED has a value |