Show / Hide Table of Contents

Class DeviceConfig

Inheritance
System.Object
DeviceConfig
Namespace: RevelDigital.Player.RevelScript
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
Type Description
System.Collections.Generic.IList<DisplayCommand>

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>
Back to top Copyright © 2018 RevelDigital
Generated by DocFX