Click or drag to resize

UPNPAddDevice Method

Adds the given UPNPDevice to the list of discovered devices.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddDevice(
	UPNPDevice device
)

Parameters

device
Type: GodotUPNPDevice

[Missing <param name="device"/> documentation for "M:Godot.UPNP.AddDevice(Godot.UPNPDevice)"]

See Also