点击或拖拽改变大小

NFCSetTimeout 方法

设置收发超时(以毫秒为单位)

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void SetTimeout(
	int timeout,
	ComponentOnResultHandler handler = null
)

参数

timeout
类型:SystemInt32
超时时间
handler (Optional)
类型:Smobiler.Core.ControlsComponentOnResultHandler
回调
参见