/AWS1/CL_PANETHERNETSTATUS¶
A device's Ethernet status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_ipaddress TYPE /AWS1/PANIPADDRESS /AWS1/PANIPADDRESS¶
The device's IP address.
iv_connectionstatus TYPE /AWS1/PANNETWORKCONNSTATUS /AWS1/PANNETWORKCONNSTATUS¶
The device's connection status.
iv_hwaddress TYPE /AWS1/PANHWADDRESS /AWS1/PANHWADDRESS¶
The device's physical address.
Queryable Attributes¶
IpAddress¶
The device's IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESS() |
Getter for IPADDRESS, with configurable default |
ASK_IPADDRESS() |
Getter for IPADDRESS w/ exceptions if field has no value |
HAS_IPADDRESS() |
Determine if IPADDRESS has a value |
ConnectionStatus¶
The device's connection status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONSTATUS() |
Getter for CONNECTIONSTATUS, with configurable default |
ASK_CONNECTIONSTATUS() |
Getter for CONNECTIONSTATUS w/ exceptions if field has no va |
HAS_CONNECTIONSTATUS() |
Determine if CONNECTIONSTATUS has a value |
HwAddress¶
The device's physical address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HWADDRESS() |
Getter for HWADDRESS, with configurable default |
ASK_HWADDRESS() |
Getter for HWADDRESS w/ exceptions if field has no value |
HAS_HWADDRESS() |
Determine if HWADDRESS has a value |