#include <cctalk-operations.h>
This structure is the header structure of an unencrypted cctalk packet. This packet contains the destination address, the source address. The number of bytes in the payload and the packet type
Data Fields | |
| unsigned char | bDestAddr |
| unsigned char | bSizeOfData |
| unsigned char | bSourceAddr |
| unsigned char | bHeader |
| unsigned char | abData [1] |
|
|
The Data the packet contains this is the first byte all other bytes can be referenced after this using array indices |
|
|
The Destination address of the packet or where the packet is going |
|
|
The packet type |
|
|
The number of data bytes included in the packet |
|
|
The Source address of the packet or where the packet has come from |
1.3.6