6 #ifndef __ANALOGMODEM_IDL__
7 #define __ANALOGMODEM_IDL__
22 constant
int SUCCESS = 0;
23 constant
int ERR_INVALID_VALUE = 1;
Interface for communication with an analog modem attached to a serial port.
Definition: AnalogModem.idl:18
int setSettings(in Settings settings)
Set modem settings.
Settings getSettings()
Get modem settings.
Basic IDL definitions.
Definition: Event.idl:10
Serial Ports.
Definition: AnalogModem.idl:12
Common base for all events.
Definition: Event.idl:13
An event that's emitted when a dial-in call was hung up.
Definition: AnalogModem.idl:46
boolean disconnectedRemotely
If true, the call was disconnected by the caller If false, the call was disconnected locally,...
Definition: AnalogModem.idl:47
An event that's emitted when a dial-in call was answered.
Definition: AnalogModem.idl:40
Dial-in event.
Definition: AnalogModem.idl:33
string number
The caller's phone number.
Definition: AnalogModem.idl:34
Definition: AnalogModem.idl:25
int ringsUntilAnswer
Number of rings until incoming call is answered.
Definition: AnalogModem.idl:27
boolean dialInEnabled
Whether dial-in to device is enabled.
Definition: AnalogModem.idl:26