public class FrameType extends ByteEnumer
| Modifier and Type | Field and Description |
|---|---|
static FrameType |
Consecutive |
static FrameType |
Control |
static FrameType |
First |
static FrameType |
Single |
| Modifier | Constructor and Description |
|---|---|
protected |
FrameType(byte value,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Vector<FrameType> |
getList() |
static FrameType |
valueOf(byte passed) |
static FrameType[] |
values() |