C# Class GraphicCommand, NewTOAPIA

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
fCommand int
fData byte[]

Méthodes publiques

Méthode Description
GraphicCommand ( int aCommand, byte data ) : System

Method Details

GraphicCommand() public méthode

public GraphicCommand ( int aCommand, byte data ) : System
aCommand int
data byte
Résultat System

Property Details

fCommand public_oe property

public int fCommand
Résultat int

fData public_oe property

public byte[] fData
Résultat byte[]