WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. WOWConnect
  4. Cubios.WOWConnect.UPNPDeviceInformation
Mission Node

Cubios.WOWConnect.UPNPDeviceInformation

Cubios.WOWConnect.UPNPDeviceInformation Public Members Id Summary Unique device identifier Name Summary Device name IP Summary IP address of the WOWCube Emul...

WOWConnect

Cubios.WOWConnect.UPNPDeviceInformation

Public Members

Id

Summary

Unique device identifier

Name

Summary

Device name

IP

Summary

IP address of the WOWCube Emulator that emulates the device

Port

Summary

Newtork port that is opened for listening by the WOWCube Emulator to handle incoming connections to an emulated device

Synopsis

Cubios.WOWConnect.UPNPDeviceInformation
PAWN
1public class UPNPDeviceInformation
2{
3 public String Id;
4 public String Name;
5 public String IP;
6 public String Port;
7 public String DeviceVersion;
8}
9
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Jump Grid

On This Page

Public MembersIdNameIPPort
Context Rail

Related nodes

WOWCube SDK Examples
WOWConnect
Cubios.WOWConnect.Bluetooth
WOWConnect
WOWConnect Enumerated Types
WOWConnect
Cubios.WOWConnect.WOWCubeDevice
WOWConnect
Previous Node
WOWConnect Enumerated Types
WOWConnect
Next Node
Cubios.WOWConnect.WOWCubeDevice
WOWConnect