Share via


Accelerometer.MaxBatchSize 속성

정의

센서에서 일괄 처리할 수 있는 최대 이벤트 수를 가져옵니다.

public:
 property unsigned int MaxBatchSize { unsigned int get(); };
uint32_t MaxBatchSize();
public uint MaxBatchSize { get; }
var uInt32 = accelerometer.maxBatchSize;
Public ReadOnly Property MaxBatchSize As UInteger

속성 값

UInt32

unsigned int

uint32_t

일괄 처리된 이벤트의 최대 수입니다.

설명

센서는 일괄 처리된 데이터 수집을 지원하지 않을 수 있습니다. 이 경우 이 속성은 0이 됩니다. 그렇지 않으면 센서가 이벤트를 제출하기 전에 수집할 수 있는 최대 이벤트 수를 결정합니다. 그러면 지원되는 최대 ReportLatency가 결정됩니다. 최대 대기 시간은 ReportInterval 시간 MaxBatchSize와 같습니다. 센서 일괄 처리에 대한 자세한 내용은 센서를 참조하세요.

적용 대상