Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Interface for communication with an analog modem attached to a serial port. More...
import <AnalogModem.idl;
Classes | |
struct | CallEndedEvent |
An event that's emitted when a dial-in call was hung up. More... | |
struct | CallReceivedEvent |
An event that's emitted when a dial-in call was answered. More... | |
struct | DialInEvent |
Dial-in event. More... | |
struct | Settings |
Public Member Functions | |
Settings | getSettings () |
Get modem settings. | |
int | setSettings (in Settings settings) |
Set modem settings. | |
Public Attributes | |
constant int | SUCCESS = 0 |
Error codes. | |
constant int | ERR_INVALID_VALUE = 1 |
Invalid argument. | |
Interface for communication with an analog modem attached to a serial port.
Definition at line 18 of file AnalogModem.idl.
Settings serial::AnalogModem::getSettings | ( | ) |
Get modem settings.
int serial::AnalogModem::setSettings | ( | in Settings | settings | ) |
Set modem settings.
settings | – New settings |
constant int serial::AnalogModem::ERR_INVALID_VALUE = 1 |
Invalid argument.
Definition at line 23 of file AnalogModem.idl.
constant int serial::AnalogModem::SUCCESS = 0 |