C# 클래스 GlowCommon.DataObjects.Command

파일 보기 프로젝트 열기: QuinnDamerell/Glow 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Message string
MessageId uint
Program GlowPrograms
Version uint

공개 메소드들

메소드 설명
Command ( ) : System
Command ( GlowPrograms program, uint messageId, string message ) : System

메소드 상세

Command() 공개 메소드

public Command ( ) : System
리턴 System

Command() 공개 메소드

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

프로퍼티 상세

Message 공개적으로 프로퍼티

The actual command for the program.
public string Message
리턴 string

MessageId 공개적으로 프로퍼티

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

Program 공개적으로 프로퍼티

Indicates which program this command is for.
public GlowPrograms Program
리턴 GlowPrograms

Version 공개적으로 프로퍼티

Defines what version these commands are.
public uint Version
리턴 uint