RemoteAccess

class ospx.component.RemoteAccess(host: str = <factory>, port: int = 0)

Bases: object

Data class holding the host and port information for a remote connection.

__init__(host: str = <factory>, port: int = 0) None

Methods

__init__([host, port])

Attributes

host: str
port: int = 0