C# Class GraphicCommand, NewTOAPIA

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
fCommand int
fData byte[]

Public Methods

Method Description
GraphicCommand ( int aCommand, byte data ) : System

Method Details

GraphicCommand() public method

public GraphicCommand ( int aCommand, byte data ) : System
aCommand int
data byte
return System

Property Details

fCommand public property

public int fCommand
return int

fData public property

public byte[] fData
return byte[]