NetBufferWrite Method |
Name | Description | |
---|---|---|
![]() | Write(Boolean) |
Writes a boolean value using 1 bit
|
![]() | Write(Byte) |
Write a byte
|
![]() | Write(Byte) |
Writes all bytes in an array
|
![]() | Write(Double) |
Writes a 64 bit floating point value
|
![]() | Write(Half) |
Writes a 16 bit floating point value
|
![]() | Write(Int16) |
Writes a signed 16 bit integer
|
![]() | Write(Int32) |
Writes a 32 bit signed integer
|
![]() | Write(Int64) |
Writes a 64 bit signed integer
|
![]() | Write(IPEndPoint) |
Writes an endpoint description
|
![]() | Write(ReadOnlySpan) | |
![]() | Write(SByte) |
Writes a signed byte
|
![]() | Write(Single) |
Writes a 32 bit floating point value
|
![]() | Write(String) |
Write a string
|
![]() | Write(UInt16) |
Writes an unsigned 16 bit integer
|
![]() | Write(UInt32) |
Writes a 32 bit unsigned integer
|
![]() | Write(UInt64) |
Writes a 64 bit unsigned integer
|
![]() | Write(NetBuffer) |
Append all the bits of message to this message
|
![]() | Write(Byte, Int32) |
Writes 1 to 8 bits of a byte
|
![]() | Write(Int32, Int32) |
Writes a signed integer using 1 to 32 bits
|
![]() | Write(Int64, Int32) |
Writes a signed integer using 1 to 64 bits
|
![]() | Write(UInt16, Int32) |
Writes an unsigned integer using 1 to 16 bits
|
![]() | Write(UInt32, Int32) |
Writes a 32 bit signed integer
|
![]() | Write(UInt64, Int32) |
Writes an unsigned integer using 1 to 64 bits
|
![]() | Write(Byte, Int32, Int32) |
Writes the specified number of bytes from an array
|