#include <Packet32.h>
Data Fields | |
HANDLE | hEvent |
OVERLAPPED | OverLapped |
PVOID | Buffer |
UINT | Length |
Length of the buffer. | |
DWORD | ulBytesReceived |
BOOLEAN | bIoComplete |
This structure defines the header associated with every packet delivered to the application.
Definition at line 216 of file Packet32.h.
|
Definition at line 224 of file Packet32.h. Referenced by PacketInitPacket(). |
|
Buffer with containing the packets. See the PacketReceivePacket() for details about the organization of the data in this buffer Definition at line 219 of file Packet32.h. Referenced by PacketInitPacket(), PacketReceivePacket(), PacketSendPacket(), and PrintPackets(). |
|
Definition at line 217 of file Packet32.h. |
|
Length of the buffer.
Definition at line 221 of file Packet32.h. Referenced by PacketInitPacket(), PacketReceivePacket(), and PacketSendPacket(). |
|
Definition at line 218 of file Packet32.h. |
|
Number of valid bytes present in the buffer, i.e. amount of data received by the last call to PacketReceivePacket() Definition at line 222 of file Packet32.h. Referenced by PacketInitPacket(), PacketReceivePacket(), and PrintPackets(). |
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.