1 #ifndef __ANALOGMODEM_IDL__
2 #define __ANALOGMODEM_IDL__
17 constant
int SUCCESS = 0;
18 constant
int ERR_INVALID_VALUE = 1;
28 valueobject DialInEvent extends idl.Event {
35 valueobject CallReceivedEvent extends DialInEvent {
41 valueobject CallEndedEvent extends DialInEvent {
42 boolean disconnectedRemotely;
52 Settings getSettings();
62 int setSettings(in Settings settings);
int ringsUntilAnswer
Number of rings until incoming call is answered.
Definition: AnalogModem.idl:22
Interface for communication with an analog modem attached to a serial port.
Definition: AnalogModem.idl:13
Definition: AnalogModem.idl:20
boolean dialInEnabled
Whether dial-in to device is enabled.
Definition: AnalogModem.idl:21