Class GameDeviceModel
Class that represents the data needed for a game device model.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class GameDeviceModel
Constructors
View SourceGameDeviceModel(IPAddress, string)
Declaration
public GameDeviceModel(IPAddress ipAddress, string name)
Parameters
Type | Name | Description |
---|---|---|
IPAddress | ipAddress | |
string | name |
Properties
View SourceIPAddress
Declaration
public string IPAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |