点击或拖拽改变大小

BluetoothDataReceivedEventArgs 类

为DataReceived提供数据
继承层次
SystemObject
  SystemEventArgs
    Smobiler.PluginsBluetoothDataReceivedEventArgs

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public class BluetoothDataReceivedEventArgs : EventArgs

BluetoothDataReceivedEventArgs 类型公开以下成员。

构造函数
  名称说明
公共方法BluetoothDataReceivedEventArgs
获取一个 BluetoothDataReceivedEventArgs 实例
Top
属性
  名称说明
公共属性Data
获取数据。
公共属性Deviceid
返回信息的蓝牙的mac地址。
公共属性IsBle
获取是否是低功耗蓝牙信息回调。
公共属性Status
返回信息的蓝牙的连接状态。
Top
参见