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