Documentation
class QqBluetoothLocalDeviceTrUtf8 x1 where #
qBluetoothLocalDeviceTrUtf8 :: x1 -> IO String #
Instances
QqBluetoothLocalDeviceTrUtf8 String # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDeviceTrUtf8 :: String -> IO String # | |
QqBluetoothLocalDeviceTrUtf8 (String, String) # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDeviceTrUtf8 :: (String, String) -> IO String # | |
QqBluetoothLocalDeviceTrUtf8 (String, String, Int) # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDeviceTrUtf8 :: (String, String, Int) -> IO String # |
class QqBluetoothLocalDevice x1 where #
qBluetoothLocalDevice :: x1 -> IO (QBluetoothLocalDevice ()) #
Instances
QqBluetoothLocalDevice () # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDevice :: () -> IO (QBluetoothLocalDevice ()) # | |
QqBluetoothLocalDevice (QObject t1) # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDevice :: QObject t1 -> IO (QBluetoothLocalDevice ()) # | |
QqBluetoothLocalDevice (QBluetoothAddress t1) # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDevice :: QBluetoothAddress t1 -> IO (QBluetoothLocalDevice ()) # | |
QqBluetoothLocalDevice (QBluetoothAddress t1, QObject t2) # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice qBluetoothLocalDevice :: (QBluetoothAddress t1, QObject t2) -> IO (QBluetoothLocalDevice ()) # |
qBluetoothLocalDeviceAllDevices :: () -> IO [QBluetoothHostInfo ()] #
connectedDevices :: QBluetoothLocalDevice a -> () -> IO [QBluetoothAddress ()] #
hostMode :: QBluetoothLocalDevice a -> () -> IO HostMode #
class QpairingConfirmation x0 x1 where #
pairingConfirmation :: x0 -> x1 -> IO () #
Instances
QpairingConfirmation (QBluetoothLocalDevice ()) Bool # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice pairingConfirmation :: QBluetoothLocalDevice () -> Bool -> IO () # | |
QpairingConfirmation (QBluetoothLocalDeviceSc a) Bool # | |
Defined in Qtc.Bluetooth.QBluetoothLocalDevice pairingConfirmation :: QBluetoothLocalDeviceSc a -> Bool -> IO () # |
pairingStatus :: QBluetoothLocalDevice a -> QBluetoothAddress t1 -> IO Pairing #
powerOn :: QBluetoothLocalDevice a -> () -> IO () #
requestPairing :: QBluetoothLocalDevice a -> (QBluetoothAddress t1, Pairing) -> IO () #
setHostMode :: QBluetoothLocalDevice a -> HostMode -> IO () #
qBluetoothLocalDevice_delete :: QBluetoothLocalDevice a -> IO () #
qBluetoothLocalDevice_deleteLater :: QBluetoothLocalDevice a -> IO () #