다음을 통해 공유


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

사용되지 않은 버퍼의 크기(바이트)입니다.

구현

적용 대상