[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

The BncsPacket type exposes the following members.

Methods

  NameDescription
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetData
Gets the data in this packet, including the four-byte header.
(Overrides DataBuffer..::.GetData()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InsertOverloaded.
InsertBoolean
Inserts the specified Boolean value into the buffer.
(Inherited from DataBuffer.)
InsertByte
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertByteArray
Inserts the specified byte array into the buffer.
(Inherited from DataBuffer.)
InsertCStringOverloaded.
InsertDwordStringOverloaded.
InsertInt16
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertInt16Array
Inserts the specified 16-bit data array into the buffer.
(Inherited from DataBuffer.)
InsertInt32
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertInt32Array
Inserts the specified 32-bit data array into the buffer.
(Inherited from DataBuffer.)
InsertInt64
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertInt64Array
Inserts the specified 64-bit data array into the buffer.
(Inherited from DataBuffer.)
InsertPascalStringOverloaded.
InsertSByte
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertSByteArray
Inserts the specified byte array into the buffer.
(Inherited from DataBuffer.)
InsertUInt16
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertUInt16Array
Inserts the specified 16-bit data array into the buffer.
(Inherited from DataBuffer.)
InsertUInt32
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertUInt32Array
Inserts the specified 32-bit data array into the buffer.
(Inherited from DataBuffer.)
InsertUInt64
Inserts the specified value into the buffer.
(Inherited from DataBuffer.)
InsertUInt64Array
Inserts the specified 64-bit data array into the buffer.
(Inherited from DataBuffer.)
InsertWidePascalStringOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Gets a hex representation of this buffer.
(Inherited from DataBuffer.)
WriteToOutputStream
Writes the data currently contained in the buffer to the specified stream.
(Inherited from DataBuffer.)

See Also