public interface ConnectionCallback
ConnectCallback
Callback interface for connect/notify_connect() funcs
This is the interface for callback functor for connect/notify_connect() invocation in Port. Argument is RTC::ConnectorProfile that is given these functions.
| Modifier and Type | Method and Description | 
|---|---|
void | 
run(ConnectorProfileHolder profile)
 run 
 | 
void run(ConnectorProfileHolder profile)
run
Method of callback.
profile -