public class FrameSequence extends ASerialType
value
Constructor and Description |
---|
FrameSequence() |
FrameSequence(byte v) |
FrameSequence(FrameSequence v) |
Modifier and Type | Method and Description |
---|---|
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
byte |
getValue() |
boolean |
isDefined() |
protected void |
parseValue() |
void |
setValue(byte v) |
String |
toString() |
protected void |
updateValue() |
public FrameSequence()
public FrameSequence(byte v)
public FrameSequence(FrameSequence v)
public byte getValue()
public void setValue(byte v)
public boolean isDefined()
public String toString()
toString
in class ASerialType
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
protected void parseValue()
parseValue
in class ASerialType
protected void updateValue()
updateValue
in class ASerialType
Copyright © 2015. All rights reserved.