⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 input-api.txt

📁 实现bluez蓝牙profile需要的库
💻 TXT
字号:
Bluetooth input service API description***************************************Copyright (C) 2006-2007  Marcel Holtmann <marcel@holtmann.org>Input Manager hierarchy=======================Interface	org.bluez.input.ManagerObject path	/org/bluez/inputMethods		array{string} ListDevices()			Returns an array of available input devices path.		string CreateDevice(string address)			Create an input device object. The HID service			record will be retrieved and the pairing will			be initiated if needed.			On success it will return the path of the			newly created device object.			Possible errors: org.bluez.input.AlreadyExists			                 org.bluez.input.NotSupported			                 org.bluez.input.ConnectionAttemptFailed			                 org.bluez.input.Failed		void RemoveDevice(string path)			Remove the input device object for a given path.			Possible errors:org.bluez.input.DoesNotExist					org.bluez.input.FailedSignals		void DeviceCreated(string path)		void DeviceRemoved(string path)Input Device hierarchy======================Interface	org.bluez.input.DeviceObject path	/org/bluez/input/{keyboard*|mouse*|...}Methods		string GetAdapter()			Returns the adapter address.			Example: "00:11:22:33:44:55"		string GetAddress()			Returns the device address.			Example: "00:11:22:33:44:55"		string GetName()			Returns the service name.		uint16 GetProductId()			Returns the product id.		uint16 GetVendorId()			Returns the vendor id.		boolean IsConnected()			Returns the connection status.		void Connect()			Connect to the input device.			Possible errors: org.bluez.input.AlreadyConnected			                 org.bluez.input.ConnectionAttemptFailed		void Disconnect()			Disconnect from the input device.			Possible errors: org.bluez.input.FailedSignals		void Connected()		void Disconnected()

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -