UPNP.GDNativeClassBinding

Undocumented in source.
struct UPNP
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

addDevice
GodotMethod!(void, UPNPDevice) addDevice;
Undocumented in source.
addPortMapping
GodotMethod!(long, long, long, String, String, long) addPortMapping;
Undocumented in source.
clearDevices
GodotMethod!(void) clearDevices;
Undocumented in source.
deletePortMapping
GodotMethod!(long, long, String) deletePortMapping;
Undocumented in source.
discover
GodotMethod!(long, long, long, String) discover;
Undocumented in source.
getDevice
GodotMethod!(UPNPDevice, long) getDevice;
Undocumented in source.
getDeviceCount
GodotMethod!(long) getDeviceCount;
Undocumented in source.
getDiscoverLocalPort
GodotMethod!(long) getDiscoverLocalPort;
Undocumented in source.
getDiscoverMulticastIf
GodotMethod!(String) getDiscoverMulticastIf;
Undocumented in source.
getGateway
GodotMethod!(UPNPDevice) getGateway;
Undocumented in source.
isDiscoverIpv6
GodotMethod!(bool) isDiscoverIpv6;
Undocumented in source.
queryExternalAddress
GodotMethod!(String) queryExternalAddress;
Undocumented in source.
removeDevice
GodotMethod!(void, long) removeDevice;
Undocumented in source.
setDevice
GodotMethod!(void, long, UPNPDevice) setDevice;
Undocumented in source.
setDiscoverIpv6
GodotMethod!(void, bool) setDiscoverIpv6;
Undocumented in source.
setDiscoverLocalPort
GodotMethod!(void, long) setDiscoverLocalPort;
Undocumented in source.
setDiscoverMulticastIf
GodotMethod!(void, String) setDiscoverMulticastIf;
Undocumented in source.

Meta