fastcom
1.0
Communication between applications made easy
|
Data packet used by ImagePublisher to split images into packets. More...
#include <ImagePublisher.h>
Public Attributes | |
int | PACKET_SIZE = IMAGE_PACKET_SIZE |
bool | isFirst = false |
int | packetId = 0 |
int | numPackets = 0 |
int | totalSize = 0 |
int | packetSize = 0 |
char | buffer [IMAGE_PACKET_SIZE] |
Data packet used by ImagePublisher to split images into packets.