次の方法で共有


DataWriter.UnstoredBufferLength プロパティ

定義

使用されていないバッファーのサイズを取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

使用されていないバッファーのサイズ (バイト単位)。

実装

適用対象