Member values
Member name | Data type | Description |
---|---|---|
port_id | uint32 | UART device port id |
Member functions
Function name | Return type | Input type | Description |
---|---|---|---|
port_id() | uint32 | void | Returns the current value of port_id. If the port_id is not set, returns 0. |
set_port_id() | void | uint32 | Sets the value of port_id. After calling this, port_id() will return value. |
clear_port_id() | void | void | Clears the value of port_id. After calling this, port_id() will return 0. |
Parent topic: Common (C++)