Monkey Documentation

Class BasicPacketPool


Extends:
Constructors:
  • New ( PacketSize:Int, PoolSize:Int, FixByteOrder:Bool )
Properties:
Methods:
Inherited Properties:
Inherited Methods:

Constructor Documentation

Method New ( PacketSize:Int, PoolSize:Int, FixByteOrder:Bool )

Interface-wise, this constructor works the same as PacketPool's constructor.


Property Documentation

Method InitialPoolSize : Int () Property

This corresponds to the PoolSize constructor argument. This property has protected assignment-access. See also: New


Method Documentation

Method GeneratePacket : Packet ()

This generates a Packet object for internal management. See also: PacketPool.GeneratePacket