| Name | Type | Section | Description |
|---|---|---|---|
| request | BOOL |
Input | Activates configuration of the port on rising edge |
| port | WORD |
Input | Communication port, Hardware Identifier |
| length | UINT |
Input | Transmitted frame length in bytes |
| buffer | ARRAY[*] OF BYTE |
Input/Output | A buffer to hold send frames |
| universal | BOOL |
Output | TRUE, if access mode of communication module is universal, FALSE is it is performance |
| done | BOOL |
Output | TRUE, if the instruction finished without error |
| error | BOOL |
Output | TRUE, for one cycle once the instruction has been completed with an error. |
| status | WORD |
Output | Error code. See Parameter Status. |