SignalSink Class¶
Description¶
Signal input port.
It is used to expose input port for a component.
All members of this class is thread-safe.
handle¶
Input data.
- C
void easyar_SignalSink_handle(easyar_SignalSink * This)
- C++
void handle()
- Java
public void handle()
- Kotlin
fun handle(): Unit
- Objective-C
- (void)handle
- Swift
public func handle() -> Void
- C#
public virtual void handle()