public class TimeToEnterStandbySetting extends BaseSetting<java.lang.Integer>
Modifier and Type | Field and Description |
---|---|
static int |
FIX_LENGTH |
static int |
MAX |
static int |
MIN |
Constructor and Description |
---|
TimeToEnterStandbySetting() |
TimeToEnterStandbySetting(int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
onCheckParameterLength(byte[] parameter) |
java.lang.Integer |
onParseSetting(byte[] parameter) |
toReadSettingByte, toWriteSettingBytes
public static final int FIX_LENGTH
public static final int MIN
public static final int MAX
public TimeToEnterStandbySetting()
public TimeToEnterStandbySetting(int timeout) throws ErrorParameterException
timeout
- unit: secondsErrorParameterException
public java.lang.Integer onParseSetting(byte[] parameter)
onParseSetting
in class BaseSetting<java.lang.Integer>
public void onCheckParameterLength(byte[] parameter) throws ErrorParameterException
onCheckParameterLength
in class BaseSetting<java.lang.Integer>
ErrorParameterException