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

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

    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