Click or drag to resize

ContainerUnpackContainer Method

Unpacks a Packet_Recv data packet.

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public bool UnpackContainer( 	Packet_Recv pak )

Parameters

pak
Type: VaserPacket_Recv
the packet

Return Value

Type: Boolean
Is true if the unpacking was successful.
See Also