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

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

    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