#include <cctalk-pkts.h>
Collaboration diagram for tsCCT_PKT_CHANNEL_CMD:

This packet is sent to open or close a cctalk channel. The command is encoded in the packet header using the packet type the channel to operate on is encoded in the packet body.
Data Fields | |
| tsCCTALK_SOCK_PKT_HDR | sHdr |
| teCCTALK_CHANNEL | eCctChannel |
| union { | |
| unsigned long l32BitValue | |
| teCCTALK_SPEED eCctChSpd | |
| } | uDat |
| tCHECKSUM | tChecksum |
|
|
The channel to perform this operation on |
|
|
The speed to set the cctalk speed to |
|
|
a 32-bit container |
|
|
see definition above |
|
|
A checksum of the packet |
|
|
union of possible types that are contained in this packet |
1.3.6