This is the complete list of members for TcpSocket, including inherited members.
The following members are inherited from AbstractSocket.
- error : SocketError
- errorString : string
- localAddress : NetworkAddress
- localPort : ushort
- remoteAddress : NetworkAddress
- remoteName : string
- remotePort : ushort
- state : SocketState
- textEncoding : TextEncoding
- textMode : bool
- valid : bool
- abort()
- bool bind()
- bool bind(var address)
- bool bind(var address, ushort port)
- bool bind(var address, ushort port, bindmode mode)
- close()
- connectToHost(string hostName, ushort port)
- connectToHost(string hostName, ushort port, openmode mode)
- connectToHost(string hostName, ushort port, openmode mode, protocol protocol)
- dataReceived(object data)
- disconnectFromHost()
- remoteChanged()
- sendData(var data)