Click or drag to resize

Container Class

The Container class is for inheritance your data packets. use: public class my_datapacket : Container
Inheritance Hierarchy
SystemObject
  VaserContainer

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class Container

The Container type exposes the following members.

Constructors
  NameDescription
Public methodContainer
The Container class is for inheritance your data packets.
Top
Methods
  NameDescription
Public methodDispose
Free all container resources.
Public methodUnpackContainer
Unpacks a Packet_Recv data packet.
Top
See Also