Table of Contents

Class SignalSink

Namespace
easyar

Signal input port. Used to expose an input port of a component. All members of this class are thread-safe.

SignalSink

Methods

handle

Pass in a data.

void easyar_SignalSink_handle(easyar_SignalSink * This)
void handle()
public void handle()
fun handle(): Unit
- (void)handle
public func handle() -> Void
public virtual void handle()

Returns

Void