IDataWriter.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 = iDataWriter.unstoredBufferLength;
Public ReadOnly Property UnstoredBufferLength As UInteger

Property Value

UInt32

unsigned int

uint32_t

The available buffer length, in bytes.

Applies to