C# Class NapkinCommon.Mp3Trigger

Inheritance: ThreadedSerialDevice
Exibir arquivo Open project: cjdaly/napkin Class Usage Examples

Public Methods

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

Private Methods

Method Description
SendCommand ( byte commandBytes ) : void

Method Details

Forward() public method

public Forward ( ) : void
return void

Mp3Trigger() public method

public Mp3Trigger ( string serialPortName = Serial.COM2 ) : System
serialPortName string
return System

Reverse() public method

public Reverse ( ) : void
return void

SetVolume() public method

public SetVolume ( byte volume ) : void
volume byte
return void

StartStop() public method

public StartStop ( ) : void
return void

StatusVersion() public method

public StatusVersion ( ) : void
return void