Click or drag to resize

UPNPDeviceIGDStatus Enumeration

[Missing <summary> documentation for "T:Godot.UPNPDevice.IGDStatus"]

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

OK.

HttpError1

HTTP error.

HttpEmpty2

Empty HTTP response.

NoUrls3

Returned response contained no URLs.

NoIgd4

Not a valid IGD.

Disconnected5

Disconnected.

UnknownDevice6

Unknown device.

InvalidControl7

Invalid control.

MallocError8

Memory allocation error.

UnknownError9

Unknown error.

See Also