Click or drag to resize

PacketPeerDTLSStatus Enumeration

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

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

A status representing a PacketPeerDTLS that is disconnected.

Handshaking1

A status representing a PacketPeerDTLS that is currently performing the handshake with a remote peer.

Connected2

A status representing a PacketPeerDTLS that is connected to a remote peer.

Error3

A status representing a PacketPeerDTLS in a generic error state.

ErrorHostnameMismatch4

An error status that shows a mismatch in the DTLS certificate domain presented by the host and the domain requested for validation.

See Also