class ControlPayload extends AdsPayload
| Modifier and Type | Field and Description |
|---|---|
private int |
ads |
private int |
device |
private ByteBuffer |
submit |
| Constructor and Description |
|---|
ControlPayload(int ads,
int device,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
push(ByteBuffer into)
The only common method to all payload is the ability to push themselfs
into a byte buffer.
|
private final int ads
private final int device
private final ByteBuffer submit
ControlPayload(int ads,
int device,
ByteBuffer data)
public ByteBuffer push(ByteBuffer into)
AdsPayloadpush in class AdsPayload