Table of Contents

Class LocationResultSink

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

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

LocationResultSink

Методы

handle

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

void easyar_LocationResultSink_handle(easyar_LocationResultSink * This, easyar_LocationResult inputData)
void handle(LocationResult inputData)
public void handle(@Nonnull LocationResult inputData)
fun handle(inputData: LocationResult): Unit
- (void)handle:(easyar_LocationResult *)inputData
public func handle(_ inputData: LocationResult) -> Void
public virtual void handle(LocationResult inputData)

Параметры

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

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

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