public class SessionType extends ByteEnumer
| Modifier and Type | Field and Description |
|---|---|
static SessionType |
BULK_DATA |
static SessionType |
CONTROL |
static SessionType |
NAV |
static SessionType |
PCM |
static SessionType |
RPC |
| Modifier | Constructor and Description |
|---|---|
protected |
SessionType(byte value,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Vector<SessionType> |
getList() |
static SessionType |
valueOf(byte passedButton) |
static SessionType[] |
values() |
public static final SessionType CONTROL
public static final SessionType RPC
public static final SessionType PCM
public static final SessionType NAV
public static final SessionType BULK_DATA
protected SessionType(byte value,
String name)
public static Vector<SessionType> getList()
public static SessionType valueOf(byte passedButton)
public static SessionType[] values()