-
Notifications
You must be signed in to change notification settings - Fork 0
class_streampeertcp
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: StreamPeer ####Category: Core
TCP Stream peer.
- int connect ( String host, int ip )
- bool is_connected ( ) const
- String get_connected_host ( ) const
- int get_connected_port ( ) const
- void disconnect ( )
TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a tcp server.