public class PrefixSetting extends BaseSetting<byte[]>
Modifier and Type | Field and Description |
---|---|
static int |
ASCII_MAX |
static int |
ASCII_MIN |
Constructor and Description |
---|
PrefixSetting() |
PrefixSetting(byte[] prefix) |
Modifier and Type | Method and Description |
---|---|
void |
onCheckParameterLength(byte[] parameter) |
byte[] |
onParseSetting(byte[] parameter) |
toReadSettingByte, toWriteSettingBytes
public static final int ASCII_MIN
public static final int ASCII_MAX
public PrefixSetting()
public PrefixSetting(byte[] prefix) throws ErrorParameterException
ErrorParameterException
public byte[] onParseSetting(byte[] parameter) throws ErrorParameterException
onParseSetting
in class BaseSetting<byte[]>
ErrorParameterException
public void onCheckParameterLength(byte[] parameter) throws ErrorParameterException
onCheckParameterLength
in class BaseSetting<byte[]>
ErrorParameterException