/AWS1/CL_IOICANINTERFACE¶
A single controller area network (CAN) device interface.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/IOICANINTERFACENAME /AWS1/IOICANINTERFACENAME¶
The unique name of the interface.
Optional arguments:¶
iv_protocolname TYPE /AWS1/IOIPROTOCOLNAME /AWS1/IOIPROTOCOLNAME¶
The name of the communication protocol for the interface.
iv_protocolversion TYPE /AWS1/IOIPROTOCOLVERSION /AWS1/IOIPROTOCOLVERSION¶
The version of the communication protocol for the interface.
Queryable Attributes¶
name¶
The unique name of the interface.
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 |
protocolName¶
The name of the communication protocol for the interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOLNAME() |
Getter for PROTOCOLNAME, with configurable default |
ASK_PROTOCOLNAME() |
Getter for PROTOCOLNAME w/ exceptions if field has no value |
HAS_PROTOCOLNAME() |
Determine if PROTOCOLNAME has a value |
protocolVersion¶
The version of the communication protocol for the interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOLVERSION() |
Getter for PROTOCOLVERSION, with configurable default |
ASK_PROTOCOLVERSION() |
Getter for PROTOCOLVERSION w/ exceptions if field has no val |
HAS_PROTOCOLVERSION() |
Determine if PROTOCOLVERSION has a value |