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