Reference Library
Insert Method
NamespacesAsgard5.QueueAqsPacketInsert()()()()
Members
IconMemberDescription
Insert(Boolean)
Inserts the specified Boolean value into the buffer.

Insert(Byte)
Inserts the specified value into the buffer.

Insert(SByte)
Inserts the specified value into the buffer.

Insert(array<Byte>[]()[][])
Inserts the specified byte array into the buffer.

Insert(array<SByte>[]()[][])
Inserts the specified byte array into the buffer.

Insert(Int16)
Inserts the specified value into the buffer.

Insert(UInt16)
Inserts the specified value into the buffer.

Insert(array<Int16>[]()[][])
Inserts the specified 16-bit data array into the buffer.

Insert(array<UInt16>[]()[][])
Inserts the specified 16-bit data array into the buffer.

Insert(Int32)
Inserts the specified value into the buffer.

Insert(UInt32)
Inserts the specified value into the buffer.

Insert(array<Int32>[]()[][])
Inserts the specified 32-bit data array into the buffer.

Insert(array<UInt32>[]()[][])
Inserts the specified 32-bit data array into the buffer.

Insert(Int64)
Inserts the specified value into the buffer.

Insert(UInt64)
Inserts the specified value into the buffer.

Insert(array<Int64>[]()[][])
Inserts the specified 64-bit data array into the buffer.

Insert(array<UInt64>[]()[][])
Inserts the specified 64-bit data array into the buffer.

Assembly: Asgard5Library (Module: Asgard5Library)