Click or drag to resize

NetBufferWriteAt Method

Overload List
  NameDescription
Public methodWriteAt(Int32, Byte)
Writes a byte at a given offset in the buffer
Public methodWriteAt(Int32, Int16)
Writes a 16 bit signed integer at a given offset in the buffer
Public methodWriteAt(Int32, Int32)
Writes a 32 bit signed integer at a given offset in the buffer
Public methodWriteAt(Int32, UInt16)
Writes a 16 bit unsigned integer at a given offset in the buffer
Public methodWriteAt(Int32, UInt32)
Writes a 32 bit unsigned integer at a given offset in the buffer
Public methodWriteAt(Int32, UInt64)
Writes a 64 bit unsigned integer at a given offset in the buffer
Top
See Also