Table of Contents

Class SignalSink

命名空间
easyar

信号输入端口。 用于暴露一个组件的输入端口。 本类的所有成员都是线程安全的。

SignalSink

方法

handle

传入一个数据。

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()

返回

类型 描述
Void