Member values
| Member name | Data type | Description | Usage |
|---|---|---|---|
| target_port | int | Port on target device. | You can manipulate the field target_port as if it were a regular field. To clear the value of target_port and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
| out_port | int | Port exposed on base’s external interface | You can manipulate the field out_port as if it were a regular field. To clear the value of out_port and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
Parent topic: Base (Python)