BluetoothDataReceivedEventArgs 构造函数 |
获取一个 BluetoothDataReceivedEventArgs 实例
命名空间:
Smobiler.Plugins
程序集:
Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public BluetoothDataReceivedEventArgs(
string message,
bool isBle,
string deviceid,
BluetoothStatus status = BluetoothStatus.Connected
)
Public Sub New (
message As String,
isBle As Boolean,
deviceid As String,
Optional status As BluetoothStatus = BluetoothStatus.Connected
)
参数
- message
- 类型:SystemString
信息 - isBle
- 类型:SystemBoolean
是否是低功耗蓝牙信息回调 - deviceid
- 类型:SystemString
返回信息的蓝牙的mac地址 - status (Optional)
- 类型:Smobiler.PluginsBluetoothStatus
返回信息的蓝牙的连接状态
参见