C# Class GlowCommon.DataObjects.Command

Show file Open project: QuinnDamerell/Glow Class Usage Examples

Public Properties

Property Type Description
Message string
MessageId uint
Program GlowPrograms
Version uint

Public Methods

Method Description
Command ( ) : System
Command ( GlowPrograms program, uint messageId, string message ) : System

Method Details

Command() public method

public Command ( ) : System
return System

Command() public method

public Command ( GlowPrograms program, uint messageId, string message ) : System
program GlowPrograms
messageId uint
message string
return System

Property Details

Message public property

The actual command for the program.
public string Message
return string

MessageId public property

Used by the program to switch command types.
public uint MessageId
return uint

Program public property

Indicates which program this command is for.
public GlowPrograms Program
return GlowPrograms

Version public property

Defines what version these commands are.
public uint Version
return uint