Enum StreamPeerTcp.Status
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum StreamPeerTcp.Status : long
Fields
Connected = 2
A status representing a StreamPeerTcp that is connected to a host.
Connecting = 1
A status representing a StreamPeerTcp that is connecting to a host.
Error = 3
A status representing a StreamPeerTcp in error state.
None = 0
The initial status of the StreamPeerTcp. This is also the status after disconnecting.