//----
/* */
public byte[] getMessage() {
ByteArrayOutputStream baos = new ByteArrayOutputStream();
FormatType formatType = FormatType.HandyPhoneStandard; // TODO
switch (formatType) {
case HandyPhoneStandard:
try {
writeOneToTwo(baos, duration);
} catch (IOException e) {