DataWriter.UnstoredBufferLength Property

Definition

Gets the size of the buffer that has not been used.

public:
 property unsigned int UnstoredBufferLength { unsigned int get(); };
uint32_t UnstoredBufferLength();
public uint UnstoredBufferLength { get; }
var uInt32 = dataWriter.unstoredBufferLength;
Public ReadOnly Property UnstoredBufferLength As UInteger

Property Value

UInt32

unsigned int

uint32_t

The size of the buffer that has not been used, in bytes.

Implements

Applies to