Documentation
class QqBluetoothServiceInfo x1 where #
qBluetoothServiceInfo :: x1 -> IO (QBluetoothServiceInfo ()) #
Instances
QqBluetoothServiceInfo () # | |
Defined in Qtc.Bluetooth.QBluetoothServiceInfo qBluetoothServiceInfo :: () -> IO (QBluetoothServiceInfo ()) # | |
QqBluetoothServiceInfo (QBluetoothServiceInfo t1) # | |
Defined in Qtc.Bluetooth.QBluetoothServiceInfo qBluetoothServiceInfo :: QBluetoothServiceInfo t1 -> IO (QBluetoothServiceInfo ()) # |
class QqBluetoothServiceInfo_nf x1 where #
qBluetoothServiceInfo_nf :: x1 -> IO (QBluetoothServiceInfo ()) #
Instances
QqBluetoothServiceInfo_nf () # | |
Defined in Qtc.Bluetooth.QBluetoothServiceInfo qBluetoothServiceInfo_nf :: () -> IO (QBluetoothServiceInfo ()) # | |
QqBluetoothServiceInfo_nf (QBluetoothServiceInfo t1) # | |
Defined in Qtc.Bluetooth.QBluetoothServiceInfo qBluetoothServiceInfo_nf :: QBluetoothServiceInfo t1 -> IO (QBluetoothServiceInfo ()) # |
isRegistered :: QBluetoothServiceInfo a -> () -> IO Bool #
protocolDescriptor :: QBluetoothServiceInfo a -> ProtocolUuid -> IO (QBluetoothServiceInfo_Sequence ()) #
protocolServiceMultiplexer :: QBluetoothServiceInfo a -> () -> IO Int #
serverChannel :: QBluetoothServiceInfo a -> () -> IO Int #
serviceAvailability :: QBluetoothServiceInfo a -> () -> IO Char #
serviceClassUuids :: QBluetoothServiceInfo a -> () -> IO [QBluetoothUuid ()] #
serviceDescription :: QBluetoothServiceInfo a -> () -> IO String #
serviceProvider :: QBluetoothServiceInfo a -> () -> IO String #
setServiceAvailability :: QBluetoothServiceInfo a -> Char -> IO () #
setServiceDescription :: QBluetoothServiceInfo a -> String -> IO () #
setServiceName :: QBluetoothServiceInfo a -> String -> IO () #
setServiceProvider :: QBluetoothServiceInfo a -> String -> IO () #
setServiceUuid :: QBluetoothServiceInfo a -> QBluetoothUuid t1 -> IO () #
socketProtocol :: QBluetoothServiceInfo a -> () -> IO Protocol #
qBluetoothServiceInfo_delete :: QBluetoothServiceInfo a -> IO () #