文件名称:蓝箭
文件大小:16KB
文件格式:ZIP
更新时间:2024-03-03 04:43:27
Dart
提供一个客户端以连接到 -Linux蓝牙堆栈。 import 'package:dbus/dbus.dart' ; import 'package:bluez/bluez.dart' ; var systemBus = DBusClient . system (); var client = BlueZClient (systemBus); await client. connect (); print ( 'Devices:' ); for ( var device in client.devices) { print ( ' ${ device.name }' ); } await systemBus. close (); 为bluez.dart做贡献 我们欢迎您的贡献! 有关更多详细信息,请参见。
【文件预览】:
bluez.dart-main
----pubspec.yaml(273B)
----.github()
--------workflows()
----lib()
--------bluez.dart(32B)
--------src()
----CONTRIBUTING.md(405B)
----example()
--------example.dart(701B)
----LICENSE(16KB)
----README.md(598B)
----analysis_options.yaml(48B)
----.gitignore(35B)
----CHANGELOG.md(48B)