Qtc.Network.QUdpSocket
Contents
Documentation
class QqUdpSocketTrUtf8 x1 where #
Methods
qUdpSocketTrUtf8 :: x1 -> IO String #
Instances
| QqUdpSocketTrUtf8 String # | |
Defined in Qtc.Network.QUdpSocket Methods qUdpSocketTrUtf8 :: String -> IO String # | |
| QqUdpSocketTrUtf8 (String, String) # | |
Defined in Qtc.Network.QUdpSocket Methods qUdpSocketTrUtf8 :: (String, String) -> IO String # | |
| QqUdpSocketTrUtf8 (String, String, Int) # | |
Defined in Qtc.Network.QUdpSocket Methods qUdpSocketTrUtf8 :: (String, String, Int) -> IO String # | |
class QqUdpSocket x1 where #
Methods
qUdpSocket :: x1 -> IO (QUdpSocket ()) #
Instances
| QqUdpSocket () # | |
Defined in Qtc.Network.QUdpSocket Methods qUdpSocket :: () -> IO (QUdpSocket ()) # | |
| QqUdpSocket (QObject t1) # | |
Defined in Qtc.Network.QUdpSocket Methods qUdpSocket :: QObject t1 -> IO (QUdpSocket ()) # | |
hasPendingDatagrams :: QUdpSocket a -> () -> IO Bool #
class QjoinMulticastGroup x1 where #
Methods
joinMulticastGroup :: QUdpSocket a -> x1 -> IO Bool #
Instances
| QjoinMulticastGroup (QHostAddress t1) # | |
Defined in Qtc.Network.QUdpSocket Methods joinMulticastGroup :: QUdpSocket a -> QHostAddress t1 -> IO Bool # | |
| QjoinMulticastGroup (QHostAddress t1, QNetworkInterface t2) # | |
Defined in Qtc.Network.QUdpSocket Methods joinMulticastGroup :: QUdpSocket a -> (QHostAddress t1, QNetworkInterface t2) -> IO Bool # | |
class QleaveMulticastGroup x1 where #
Methods
leaveMulticastGroup :: QUdpSocket a -> x1 -> IO Bool #
Instances
| QleaveMulticastGroup (QHostAddress t1) # | |
Defined in Qtc.Network.QUdpSocket Methods leaveMulticastGroup :: QUdpSocket a -> QHostAddress t1 -> IO Bool # | |
| QleaveMulticastGroup (QHostAddress t1, QNetworkInterface t2) # | |
Defined in Qtc.Network.QUdpSocket Methods leaveMulticastGroup :: QUdpSocket a -> (QHostAddress t1, QNetworkInterface t2) -> IO Bool # | |
multicastInterface :: QUdpSocket a -> () -> IO (QNetworkInterface ()) #
pendingDatagramSize :: QUdpSocket a -> () -> IO Int #
class QreadDatagram x1 where #
Methods
readDatagram :: QUdpSocket a -> x1 -> IO Int #
Instances
| QreadDatagram (QCharPtr t1, Int) # | |
Defined in Qtc.Network.QUdpSocket Methods readDatagram :: QUdpSocket a -> (QCharPtr t1, Int) -> IO Int # | |
| QreadDatagram (QCharPtr t1, Int, QHostAddress t3) # | |
Defined in Qtc.Network.QUdpSocket Methods readDatagram :: QUdpSocket a -> (QCharPtr t1, Int, QHostAddress t3) -> IO Int # | |
| QreadDatagram (QCharPtr t1, Int, QHostAddress t3, QUnsignedShortPtr t4) # | |
Defined in Qtc.Network.QUdpSocket Methods readDatagram :: QUdpSocket a -> (QCharPtr t1, Int, QHostAddress t3, QUnsignedShortPtr t4) -> IO Int # | |
class QreceiveDatagram x1 where #
Methods
receiveDatagram :: QUdpSocket a -> x1 -> IO (QNetworkDatagram ()) #
Instances
| QreceiveDatagram Int # | |
Defined in Qtc.Network.QUdpSocket Methods receiveDatagram :: QUdpSocket a -> Int -> IO (QNetworkDatagram ()) # | |
| QreceiveDatagram () # | |
Defined in Qtc.Network.QUdpSocket Methods receiveDatagram :: QUdpSocket a -> () -> IO (QNetworkDatagram ()) # | |
setMulticastInterface :: QUdpSocket a -> QNetworkInterface t1 -> IO () #
class QwriteDatagram x1 where #
Methods
writeDatagram :: QUdpSocket a -> x1 -> IO Int #
Instances
| QwriteDatagram (QNetworkDatagram t1) # | |
Defined in Qtc.Network.QUdpSocket Methods writeDatagram :: QUdpSocket a -> QNetworkDatagram t1 -> IO Int # | |
| QwriteDatagram (QByteArray t1, QHostAddress t2, Int) # | |
Defined in Qtc.Network.QUdpSocket Methods writeDatagram :: QUdpSocket a -> (QByteArray t1, QHostAddress t2, Int) -> IO Int # | |
| QwriteDatagram (String, Int, QHostAddress t3, Int) # | |
Defined in Qtc.Network.QUdpSocket Methods writeDatagram :: QUdpSocket a -> (String, Int, QHostAddress t3, Int) -> IO Int # | |
qUdpSocket_delete :: QUdpSocket a -> IO () #
qUdpSocket_deleteLater :: QUdpSocket a -> IO () #