Click or drag to resize

UPNPRemoveDevice Method

Removes the device at index from the list of discovered devices.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveDevice(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.UPNP.RemoveDevice(System.Int32)"]

See Also