Enum StreamPeerTCP.Status

enum Status : int { ... }

Enum members

NameDescription
statusConnected A status representing a StreamPeerTCP that is connected to a host.
statusConnecting A status representing a StreamPeerTCP that is connecting to a host.
statusError A status representing a StreamPeerTCP in error state.
statusNone The initial status of the StreamPeerTCP. This is also the status after disconnecting.