From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001
From: Michael Biebl
GEnum
╰── NMSettingSerialError
- GObject
+ GObject
╰── NMSetting
╰── NMSettingSerial
@@ -205,7 +205,7 @@ such as mobile broadband or analog telephone connections.
GQuark +GQuark nm_setting_serial_error_quark (void);Registers an error quark for NMSettingSerial if necessary.
@@ -228,7 +228,7 @@ nm_setting_serial_new (voidnm_setting_serial_get_baud ()
-guint +guint nm_setting_serial_get_baud (NMSettingSerial *setting);Parameters
@@ -253,7 +253,7 @@ nm_setting_serial_get_baud (nm_setting_serial_get_bits ()
-guint +guint nm_setting_serial_get_bits (NMSettingSerial *setting);Parameters
@@ -303,7 +303,7 @@ nm_setting_serial_get_parity (nm_setting_serial_get_stopbits ()
-guint +guint nm_setting_serial_get_stopbits (NMSettingSerial *setting);Parameters
@@ -328,7 +328,7 @@ nm_setting_serial_get_stopbits (nm_setting_serial_get_send_delay ()
-guint64 +guint64 nm_setting_serial_get_send_delay (NMSettingSerial *setting);Parameters
@@ -445,7 +445,7 @@ setting requires the connection to contain anProperty Details
The
-“baud”property“baud” guint+“baud” guintSpeed to use for communication over the serial port. Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.
@@ -455,7 +455,7 @@ ignore speed settings and use the highest available speed.
The
-“bits”property“bits” guint+“bits” guintByte-width of the serial communication. The 8 in "8n1" for example.
Flags: Read / Write / Construct
Allowed values: [5,8]
@@ -464,7 +464,7 @@ ignore speed settings and use the highest available speed.
The
-“parity”property“parity” gchar+“parity” gcharParity setting of the serial port. Either 'E' for even parity, 'o' for odd parity, or 'n' for no parity.
Flags: Read / Write / Construct
@@ -474,7 +474,7 @@ odd parity, or 'n' for no parity.
+The
-“send-delay”property“send-delay” guint64+“send-delay” guint64Time to delay between each byte sent to the modem, in microseconds.
Flags: Read / Write / Construct
Default value: 0
@@ -482,7 +482,7 @@ odd parity, or 'n' for no parity.
Generated by GTK-Doc V1.28