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, getPluginDescriptionsperformOperation, performOperationvoid acceptSession(IStreamConnector connector)
connector - The connector that points to a new incoming connection.