Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Network.QTcpServer_h
Description
Documentation
class QhasPendingConnections_h x0 x1 where Source
Methods
hasPendingConnections_h :: x0 -> x1 -> IO Bool Source
Instances
QhasPendingConnections_h (QTcpServerSc a) () | |
QhasPendingConnections_h (QTcpServer ()) () |
class QnextPendingConnection_h x0 x1 where Source
Methods
nextPendingConnection_h :: x0 -> x1 -> IO (QTcpSocket ()) Source
Instances
QnextPendingConnection_h (QTcpServerSc a) () | |
QnextPendingConnection_h (QTcpServer ()) () |