Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. Official WOWCube Development Kit

WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelogDeveloper Toolkit
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.

Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. For official documentation and the SDK, see the WOWCube Development Kit.

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
Report issue

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.

Trust & provenance

Document status

Source
Documentation source catalog
Classification
WOWConnect
Verification
Community-maintained · verify against installed SDK

Catalog updated Oct 20, 2018

Jump Grid

On This Page

Public MembersIdNameIPPort
Back to top ↑
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