Table of Contents

Class MagnetometerResultSink

Пространство имен
easyar

Порт ввода результатов магнитометра. Используется для раскрытия входного порта компонента. Все члены этого класса потокобезопасны.

MagnetometerResultSink

Методы

handle

Передать данные.

void easyar_MagnetometerResultSink_handle(easyar_MagnetometerResultSink * This, easyar_MagnetometerResult inputData)
void handle(MagnetometerResult inputData)
public void handle(@Nonnull MagnetometerResult inputData)
fun handle(inputData: MagnetometerResult): Unit
- (void)handle:(easyar_MagnetometerResult *)inputData
public func handle(_ inputData: MagnetometerResult) -> Void
public virtual void handle(MagnetometerResult inputData)

Параметры

Имя Тип Описание
inputData MagnetometerResult

Возвращаемое значение

Тип Описание
Void