Top |
NMSettingSerialNMSettingSerial — Describes connection properties for devices that use serial communications |
#define | NM_SETTING_SERIAL_SETTING_NAME |
enum | NMSettingSerialParity |
#define | NM_SETTING_SERIAL_BAUD |
#define | NM_SETTING_SERIAL_BITS |
#define | NM_SETTING_SERIAL_PARITY |
#define | NM_SETTING_SERIAL_STOPBITS |
#define | NM_SETTING_SERIAL_SEND_DELAY |
The NMSettingSerial object is a NMSetting subclass that describes properties necessary for connections that may use serial communications, such as mobile broadband or analog telephone connections.
NMSetting *
nm_setting_serial_new (void
);
Creates a new NMSettingSerial object with default values.
NMSettingSerialParity
nm_setting_serial_get_parity (NMSettingSerial *setting
);
guint64
nm_setting_serial_get_send_delay (NMSettingSerial *setting
);