Member values
Member name | Data type | Description |
---|---|---|
bridge_id | uint32 | Unique bridge identifier. |
Member functions
Function name | Return type | Input type | Description |
---|---|---|---|
bridge_id() | uint32 | void | Returns the current value of bridge_id. If the bridge_id is not set, returns 0. |
set_bridge_id() | void | uint32 | Sets the value of bridge_id. After calling this, bridge_id() will return value. |
clear_bridge_id() | void | void | Clears the value of bridge_id. After calling this, bridge_id() will return 0. |
Parent topic: Base (C++)