Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / GenericPacket Class / GenericPacket Constructor
PacketDefinition describing the next packet in the stream
Data stream to be read

In This Topic
    GenericPacket Constructor
    In This Topic
    Read any packet based solely on its PacketDefinition
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal definition As PacketDefinition, _
       ByVal reader As IFieldReader _
    )
    public GenericPacket( 
       PacketDefinition definition,
       IFieldReader reader
    )

    Parameters

    definition
    PacketDefinition describing the next packet in the stream
    reader
    Data stream to be read
    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