Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.09 KB

BridgePortConfig.md

File metadata and controls

22 lines (16 loc) · 1.09 KB

class BridgePortConfig

Member values

Member name Data type Description
target_port uint32 Port on target device.
out_port uint32 Port exposed on base's external interface

Member functions

Function name Return type Input type Description
target_port() uint32 void Returns the current value of target_port. If the target_port is not set, returns 0.
set_target_port() void uint32 Sets the value of target_port. After calling this, target_port() will return value.
clear_target_port() void void Clears the value of target_port. After calling this, target_port() will return 0.
out_port() uint32 void Returns the current value of out_port. If the out_port is not set, returns 0.
set_out_port() void uint32 Sets the value of out_port. After calling this, out_port() will return value.
clear_out_port() void void Clears the value of out_port. After calling this, out_port() will return 0.

Parent topic: Base (C++)