C# Class NapkinCommon.Mp3Trigger

Inheritance: ThreadedSerialDevice
Afficher le fichier Open project: cjdaly/napkin Class Usage Examples

Méthodes publiques

Méthode Description
Forward ( ) : void
Mp3Trigger ( string serialPortName = Serial.COM2 ) : System
Reverse ( ) : void
SetVolume ( byte volume ) : void
StartStop ( ) : void
StatusVersion ( ) : void

Private Methods

Méthode Description
SendCommand ( byte commandBytes ) : void

Method Details

Forward() public méthode

public Forward ( ) : void
Résultat void

Mp3Trigger() public méthode

public Mp3Trigger ( string serialPortName = Serial.COM2 ) : System
serialPortName string
Résultat System

Reverse() public méthode

public Reverse ( ) : void
Résultat void

SetVolume() public méthode

public SetVolume ( byte volume ) : void
volume byte
Résultat void

StartStop() public méthode

public StartStop ( ) : void
Résultat void

StatusVersion() public méthode

public StatusVersion ( ) : void
Résultat void