NetBuffer Properties |
The NetBuffer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the internal data buffer
|
![]() | LengthBits |
Gets or sets the length of the used portion of the buffer in bits
|
![]() | LengthBytes |
Gets or sets the length of the used portion of the buffer in bytes
|
![]() | Position |
Gets or sets the read position in the buffer, in bits (not bytes)
|
![]() | PositionInBytes |
Gets the position in the buffer in bytes; note that the bits of the first returned byte may already have been read - check the Position property to make sure.
|