Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / IPacket Interface / ReadFields Method
The definition that was used to persist the packet.
The serialized packet to read data from

ReadFields Method (IPacket)
Read back the field values for the current packet.
Syntax
'Declaration
 
Sub ReadFields( _
   ByVal definition As PacketDefinition, _
   ByVal packet As SerializedPacket _
) 
 

Parameters

definition
The definition that was used to persist the packet.
packet
The serialized packet to read data from
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also