| Safe Haskell | None |
|---|
Network.Bluetooth.Device
Documentation
Constructors
| Device Adapter BluetoothAddr |
deviceName :: Device -> IO ByteStringSource
data RFCOMMSocket Source
openRFCOMM :: Device -> Word8 -> IO RFCOMMSocketSource
recvRFCOMM :: RFCOMMSocket -> Int -> IO ByteStringSource
sendRFCOMM :: RFCOMMSocket -> ByteString -> IO IntSource
sendAllRFCOMM :: RFCOMMSocket -> ByteString -> IO ()Source
closeRFCOMM :: RFCOMMSocket -> IO ()Source
data BluetoothException Source
Constructors
| BluetoothException String String |
newtype BluetoothAddr Source
Constructors
| BluetoothAddr ByteString |