public interface ITransceiverManager extends IPluginManager
Modifier and Type | Method and Description |
---|---|
void |
acceptSession(IStreamConnector connector)
Tells the plug-in manager that it should handle an incoming connection using
the specified connector.
|
getDeviceDescription, getDevices, getPluginDescriptions
performOperation, performOperation
void acceptSession(IStreamConnector connector)
connector
- The connector that points to a new incoming connection.