public class UsbPacket extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
data
The packet.
|
byte |
length
The length of the total packet, hence N
|
static int |
MAX_PACKET_SIZE
Maximum packet data size.
|
Constructor and Description |
---|
UsbPacket() |
public static final int MAX_PACKET_SIZE
public byte length
public byte[] data
Copyright © 2019. All rights reserved.