Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 687 Bytes

UARTDeviceIdentification.md

File metadata and controls

18 lines (12 loc) · 687 Bytes

class UARTDeviceIdentification

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++)