Click or drag to resize

StreamPeerTCPStatus Enumeration

[Missing <summary> documentation for "T:Godot.StreamPeerTCP.Status"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Status
Members
  Member nameValueDescription
None0

The initial status of the StreamPeerTCP. This is also the status after disconnecting.

Connecting1

A status representing a StreamPeerTCP that is connecting to a host.

Connected2

A status representing a StreamPeerTCP that is connected to a host.

Error3

A status representing a StreamPeerTCP in error state.

See Also