public interface ITelephoneManager extends IExternalManager
Modifier and Type | Method and Description |
---|---|
void |
createTelephoneDevice(java.lang.String deviceGuid)
Has to create a device .
|
ITelephoneDevice |
getTelephoneDevice(java.lang.String deviceGuid)
Returns a special device for the unique device identifier.
|
ITelephoneDevice[] |
getTelephoneDevices()
Returns all already created devices.
|
canAutocreateUnconfiguredInstance, checkConnection, cleanUp, getAdditionalBuildingInfo, getExternalManager16x16Icon, getExternalManagerDescription, getInstanceName, getManagerName, getPropertyFillingDescription, getPropertyItemDescriptions, getStoresCount, getVersion, init, isCheckConnection, isCompletelyConfigured, isOnlyOneInstanceAllowed, openExternalConfigDialog, setExternalContext, useExternalConfigDialog
void createTelephoneDevice(java.lang.String deviceGuid)
deviceGuid
- unique identifier for the deviceITelephoneDevice getTelephoneDevice(java.lang.String deviceGuid)
deviceGuid
- unique identifier for the deviceITelephoneDevice[] getTelephoneDevices()