public class TLV extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DISCONNECTED |
static int |
PADDING |
static int |
SMP_ABORT |
static int |
SMP1 |
static int |
SMP1Q |
static int |
SMP2 |
static int |
SMP3 |
static int |
SMP4 |
| Constructor and Description |
|---|
TLV(int type,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
byte[] |
getValue() |
void |
setType(int type) |
void |
setValue(byte[] value) |
public static final int PADDING
public static final int DISCONNECTED
public static final int SMP1
public static final int SMP2
public static final int SMP3
public static final int SMP4
public static final int SMP_ABORT
public static final int SMP1Q
Copyright © 2015. All rights reserved.