6 #include <GsmModem.idl>     7 #include <AnalogModem.idl>    20         constant 
int SUCCESS           = 0; 
    21         constant 
int ERR_INVALID_VALUE = 1; 
    86         valueobject ModemEvent extends 
idl.Event {
    93         valueobject ModemAddedEvent extends ModemEvent {
    99         valueobject ModemRemovedEvent extends ModemEvent {
   107         MetaData getMetaData();
   114         Settings getSettings();
   124         int setSettings(in Settings settings);
 Always assume a console (terminal) is connected. 
Definition: SerialPort.idl:38
2.400 kbit/s 
Definition: SerialPort.idl:48
BaudRate
Possible baud rates. 
Definition: SerialPort.idl:46
Structure holding information about the current state of the port. 
Definition: SerialPort.idl:69
Port settings. 
Definition: SerialPort.idl:77
19::200 kbit/s 
Definition: SerialPort.idl:51
PortState state
Current connection state. 
Definition: SerialPort.idl:70
Always assume an analog modem is connected. 
Definition: SerialPort.idl:39
The console application is running on the port. 
Definition: SerialPort.idl:27
DetectionType
Device type the port shall be looking for. 
Definition: SerialPort.idl:36
An analog modem is attached to the port. 
Definition: SerialPort.idl:28
Serial Ports. 
Definition: AnalogModem.idl:12
Basic IDL definitions. 
Definition: Event.idl:10
38::400 kbit/s 
Definition: SerialPort.idl:52
A GSM modem is attached to the port. 
Definition: SerialPort.idl:29
BaudRate modemBaudRate
Baud rate to be used for communicating with an attached modem. 
Definition: SerialPort.idl:79
4.800 kbit/s 
Definition: SerialPort.idl:49
string deviceName
Name of the device currently connected. 
Definition: SerialPort.idl:71
Try to automatically determine the connected device. 
Definition: SerialPort.idl:37
Interface describing a physical serial port and the devices which can be attached to it...
Definition: SerialPort.idl:16
DetectionType detectType
Type of connected device to be assumed in device detection. 
Definition: SerialPort.idl:80
PortState
Possible states the port can be in at a given time. 
Definition: SerialPort.idl:26
57::600 kbit/s 
Definition: SerialPort.idl:53
BaudRate consoleBaudRate
Baud rate to be used for running the console application. 
Definition: SerialPort.idl:78
9.600 kbit/s 
Definition: SerialPort.idl:50
1.200 kbit/s 
Definition: SerialPort.idl:47