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

WriteFields Method
Write out all of the fields for the current packet
Syntax
'Declaration
 
Sub WriteFields( _
   ByVal definition As PacketDefinition, _
   ByVal packet As SerializedPacket _
) 
 

Parameters

definition
The definition that was used to persist the packet.
packet
The serialized packet to populate with data
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