Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / IPacketFactory Interface / CreatePacket Method
Definition of the fields expected in the next packet
Data stream to be read

CreatePacket Method (IPacketFactory)
This is the method that is invoked on an IPacketFactory to create an IPacket from the data in an IFieldReader given a specified PacketDefinition.
Syntax
'Declaration
 
Function CreatePacket( _
   ByVal definition As PacketDefinition, _
   ByVal reader As IFieldReader _
) As IPacket
 

Parameters

definition
Definition of the fields expected in the next packet
reader
Data stream to be read

Return Value

An IPacket corresponding to the PacketDefinition and the stream 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