IPWorks IoT 2020 Python Edition

Questions / Feedback?

firewall_port Property

This property contains the TCP port for the firewall Host .

Syntax

def get_firewall_port() -> int: ...
def set_firewall_port(value: int) -> None: ...

firewall_port = property(get_firewall_port, set_firewall_port)

Default Value

0

Remarks

This property contains the TCP port for the firewall firewall_host. See the description of the firewall_host property for details.

Note that this property is set automatically when firewall_type is set to a valid value. See the description of the firewall_type property for details.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Python Edition - Version 20.0 [Build 8265]