/
roTCPConnectEvent
roTCPConnectEvent
The event is posted when a new connection is made to an roTCPServer port. The normal response to receiving such an event is to create a new roTCPStream object and pass the event to its AcceptFrom call.
ifUserData
SetUserData(user_data As Object)
Sets the user data that will be returned when events are raised.
GetUserData() As Object
Returns the user data that has previously been set via SetUserData()
. It will return Invalid if no data has been set.
ifSocketInfo
GetSourceAddress() As String
Returns the IP address of the remote end of the TCP connection.
, multiple selections available,
Related content
roNetworkConfiguration
roNetworkConfiguration
Read with this
6.1-roTCPConnectEvent
6.1-roTCPConnectEvent
More like this
roNetworkStatistics
roNetworkStatistics
Read with this
6.1-roTCPServer
6.1-roTCPServer
More like this
roTextField
roTextField
Read with this
6.1-roStreamConnectResultEvent
6.1-roStreamConnectResultEvent
More like this