Interface for communication with an analog modem attached to a serial port.  
 More...
Interface for communication with an analog modem attached to a serial port. 
Definition at line 18 of file AnalogModem.idl.
 
◆ getSettings()
      
        
          | Settings serial::AnalogModem::getSettings  | 
          ( | 
           | ) | 
           | 
        
      
 
Get modem settings. 
- Returns
 - – Current modem settings 
 
 
 
◆ setSettings()
      
        
          | int serial::AnalogModem::setSettings  | 
          ( | 
          in Settings  | 
          settings | ) | 
           | 
        
      
 
Set modem settings. 
- Parameters
 - 
  
  
 
- Returns
 - SUCCESS – on success 
 
- 
ERR_INVALID_VALUE – if any passed value was invalid 
 
 
 
◆ ERR_INVALID_VALUE
      
        
          | constant int serial::AnalogModem::ERR_INVALID_VALUE = 1 | 
        
      
 
 
◆ SUCCESS
      
        
          | constant int serial::AnalogModem::SUCCESS = 0 | 
        
      
 
 
The documentation for this interface was generated from the following file: