Documentation
class QqBluetoothDeviceInfo x1 where #
qBluetoothDeviceInfo :: x1 -> IO (QBluetoothDeviceInfo ()) #
Instances
QqBluetoothDeviceInfo () # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo :: () -> IO (QBluetoothDeviceInfo ()) # | |
QqBluetoothDeviceInfo (QBluetoothDeviceInfo t1) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo :: QBluetoothDeviceInfo t1 -> IO (QBluetoothDeviceInfo ()) # | |
QqBluetoothDeviceInfo (QBluetoothUuid t1, String, Int) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo :: (QBluetoothUuid t1, String, Int) -> IO (QBluetoothDeviceInfo ()) # | |
QqBluetoothDeviceInfo (QBluetoothAddress t1, String, Int) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo :: (QBluetoothAddress t1, String, Int) -> IO (QBluetoothDeviceInfo ()) # |
class QqBluetoothDeviceInfo_nf x1 where #
qBluetoothDeviceInfo_nf :: x1 -> IO (QBluetoothDeviceInfo ()) #
Instances
QqBluetoothDeviceInfo_nf () # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo_nf :: () -> IO (QBluetoothDeviceInfo ()) # | |
QqBluetoothDeviceInfo_nf (QBluetoothDeviceInfo t1) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo_nf :: QBluetoothDeviceInfo t1 -> IO (QBluetoothDeviceInfo ()) # | |
QqBluetoothDeviceInfo_nf (QBluetoothUuid t1, String, Int) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo_nf :: (QBluetoothUuid t1, String, Int) -> IO (QBluetoothDeviceInfo ()) # | |
QqBluetoothDeviceInfo_nf (QBluetoothAddress t1, String, Int) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo qBluetoothDeviceInfo_nf :: (QBluetoothAddress t1, String, Int) -> IO (QBluetoothDeviceInfo ()) # |
coreConfigurations :: QBluetoothDeviceInfo a -> () -> IO CoreConfigurations #
deviceUuid :: QBluetoothDeviceInfo a -> () -> IO (QBluetoothUuid ()) #
isCached :: QBluetoothDeviceInfo a -> () -> IO Bool #
majorDeviceClass :: QBluetoothDeviceInfo a -> () -> IO MajorDeviceClass #
minorDeviceClass :: QBluetoothDeviceInfo a -> () -> IO Char #
rssi :: QBluetoothDeviceInfo a -> () -> IO Int #
serviceClasses :: QBluetoothDeviceInfo a -> () -> IO ServiceClasss #
class QserviceUuids x1 where #
serviceUuids :: QBluetoothDeviceInfo a -> x1 -> IO [QBluetoothUuid ()] #
Instances
QserviceUuids () # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo serviceUuids :: QBluetoothDeviceInfo a -> () -> IO [QBluetoothUuid ()] # | |
QserviceUuids (QBluetoothDeviceInfo_DataCompletenessPtr t1) # | |
Defined in Qtc.Bluetooth.QBluetoothDeviceInfo serviceUuids :: QBluetoothDeviceInfo a -> QBluetoothDeviceInfo_DataCompletenessPtr t1 -> IO [QBluetoothUuid ()] # |
serviceUuidsCompleteness :: QBluetoothDeviceInfo a -> () -> IO DataCompleteness #
setCached :: QBluetoothDeviceInfo a -> Bool -> IO () #
setCoreConfigurations :: QBluetoothDeviceInfo a -> CoreConfigurations -> IO () #
setDeviceUuid :: QBluetoothDeviceInfo a -> QBluetoothUuid t1 -> IO () #
setRssi :: QBluetoothDeviceInfo a -> Int -> IO () #
setServiceUuids :: QBluetoothDeviceInfo a -> ([QBluetoothUuid t1], DataCompleteness) -> IO () #
qBluetoothDeviceInfo_delete :: QBluetoothDeviceInfo a -> IO () #