点击或拖拽改变大小

BluetoothDataReceivedEventArgs 构造函数

获取一个 BluetoothDataReceivedEventArgs 实例

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public BluetoothDataReceivedEventArgs(
	string message,
	bool isBle,
	string deviceid,
	BluetoothStatus status = BluetoothStatus.Connected
)

参数

message
类型:SystemString
信息
isBle
类型:SystemBoolean
是否是低功耗蓝牙信息回调
deviceid
类型:SystemString
返回信息的蓝牙的mac地址
status (Optional)
类型:Smobiler.PluginsBluetoothStatus
返回信息的蓝牙的连接状态
参见