| Top |
NMSettingSerialNMSettingSerial — Describes connection properties for devices that use serial communications |
| #define | NM_SETTING_SERIAL_SETTING_NAME |
| enum | NMSettingSerialError |
| #define | NM_SETTING_SERIAL_ERROR |
| #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.
GQuark
nm_setting_serial_error_quark (void);
Registers an error quark for NMSettingSerial if necessary.
NMSetting *
nm_setting_serial_new (void);
Creates a new NMSettingSerial object with default values.
guint64
nm_setting_serial_get_send_delay (NMSettingSerial *setting);
|
unknown or unclassified error |
||
|
the property was invalid |
||
|
the property was missing and is required |
||
|
one of the properties of the setting requires the connection to contain an NMSettingPPP setting |
“bits” property“bits” guint
Flags: Read / Write / Construct
Allowed values: [5,8]
Default value: 8
“parity” property“parity” gchar
Flags: Read / Write / Construct
Allowed values: [69,111]
Default value: 110
“stopbits” property“stopbits” guint
Flags: Read / Write / Construct
Allowed values: [1,2]
Default value: 1