Class DeviceConfig
Inheritance
System.Object
DeviceConfig
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class DeviceConfig
Properties
Brightness
Declaration
public int ? Brightness { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Displaycommands
Declaration
public IList<DisplayCommand> Displaycommands { get; set; }
Property Value
Poweroffcmd
Declaration
public string Poweroffcmd { get; set; }
Property Value
Type |
Description |
System.String |
|
Poweroncmd
Declaration
public string Poweroncmd { get; set; }
Property Value
Type |
Description |
System.String |
|
Reboottime
Declaration
public string Reboottime { get; set; }
Property Value
Type |
Description |
System.String |
|
Serviceurl
Declaration
public string Serviceurl { get; set; }
Property Value
Type |
Description |
System.String |
|
Volume
Declaration
public int ? Volume { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|