点击或拖拽改变大小

BluetoothiOSWriteBleData 方法

iOS向蓝牙设备写数据

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public void iOSWriteBleData(
	string deviceUUID,
	string serviceUUID,
	string characteristis,
	string message,
	ComponentOnResultHandler handler = null
)

参数

deviceUUID
类型:SystemString
蓝牙设备的uuid
serviceUUID
类型:SystemString
蓝牙设备服务的uuid
characteristis
类型:SystemString
蓝牙设备服务的特征uuid
message
类型:SystemString
数据
handler (Optional)
类型:Smobiler.Core.ControlsComponentOnResultHandler
写数据后触发
参见