class BridgePortConfig

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
target_portuint32Port on target device.
out_portuint32Port exposed on base's external interface

Member functions

Function nameReturn typeInput typeDescription
target_port()uint32voidReturns the current value of target_port. If the target_port is not set, returns 0.
set_target_port()voiduint32Sets the value of target_port. After calling this, target_port() will return value.
clear_target_port()voidvoidClears the value of target_port. After calling this, target_port() will return 0.
out_port()uint32voidReturns the current value of out_port. If the out_port is not set, returns 0.
set_out_port()voiduint32Sets the value of out_port. After calling this, out_port() will return value.
clear_out_port()voidvoidClears the value of out_port. After calling this, out_port() will return 0.

Parent topic: Base (C++)