#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 281 of file Packet32.h.
|
Definition at line 289 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 284 of file Packet32.h. Referenced by PacketInitPacket(), PacketReceivePacket(), PacketSendPacket(), and PrintPackets(). |
|
Definition at line 282 of file Packet32.h. |
|
Length of the buffer.
Definition at line 286 of file Packet32.h. Referenced by PacketInitPacket(), PacketReceivePacket(), and PacketSendPacket(). |
|
Definition at line 283 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 287 of file Packet32.h. Referenced by PacketInitPacket(), PacketReceivePacket(), and PrintPackets(). |
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.