class UARTDeviceIdentification

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
port_iduint32UART device port id

Member functions

Function nameReturn typeInput typeDescription
port_id()uint32voidReturns the current value of port_id. If the port_id is not set, returns 0.
set_port_id()voiduint32Sets the value of port_id. After calling this, port_id() will return value.
clear_port_id()voidvoidClears the value of port_id. After calling this, port_id() will return 0.

Parent topic: Common (C++)