public class TG100Sender extends SysexSender
| Modifier and Type | Field and Description |
|---|---|
protected byte |
channel |
| Constructor and Description |
|---|
TG100Sender(int offsetAddress) |
TG100Sender(int offsetAddress,
boolean has2ByteValue) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generate(int value)
Return a Sysex data for
value. |
sendpublic TG100Sender(int offsetAddress)
public TG100Sender(int offsetAddress,
boolean has2ByteValue)
public byte[] generate(int value)
SysexSendervalue. Subclass which uses
SysexSender() constructor instead of
SysexSender(String) has to override this method.generate in class SysexSendervalue - an int valuebyte[] valueCopyright © 2014. All Rights Reserved.