pylabrobot.hamilton.transport.tcp.ConnectionInfo# class pylabrobot.hamilton.transport.tcp.ConnectionInfo(host: str, port: int, client_address: Address | None, state: SessionState)# Bases: object An immutable snapshot of connection identity and state, without socket access. Parameters: host (str) port (int) client_address (Address | None) state (SessionState)