From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001
From: Michael Biebl
Top
+ Object Hierarchy
![]()
@@ -94,43 +93,6 @@ serial communications![]()
| guint | -baud | -Read / Write | -
| guint | -bits | -Read / Write | -
| NMSettingSerialParity | -parity | -Read / Write | -
| guint64 | -send-delay | -Read / Write | -
| guint | -stopbits | -Read / Write | -
| #define | NM_SETTING_SERIAL_SEND_DELAY | -
| - | NMSettingSerial | -
GEnum
╰── NMSettingSerialParity
- GObject
- ╰── NMSetting
- ╰── NMSettingSerial
Returns
- the “baud” property of the setting
+ the “baud” property of the setting
Returns
- the “bits” property of the setting
+ the “bits” property of the setting
@@ -273,7 +228,7 @@ nm_setting_serial_get_parity (
Returns
- the “parity” property of the setting
+ the “parity” property of the setting
@@ -298,7 +253,7 @@ nm_setting_serial_get_stopbits (
@@ -323,7 +278,7 @@ nm_setting_serial_get_send_delay (
@@ -402,64 +357,6 @@ nm_setting_serial_get_send_delay (#define NM_SETTING_SERIAL_SEND_DELAY "send-delay"
-
-
-
-
-Property Details
-
-The “baud” property
- “baud” guint
-Speed 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.
-Owner: NMSettingSerial
-Flags: Read / Write
-Default value: 57600
-
-
-
-The “bits” property
- “bits” guint
-Byte-width of the serial communication. The 8 in "8n1" for example.
-Owner: NMSettingSerial
-Flags: Read / Write
-Allowed values: [5,8]
-Default value: 8
-
-
-
-The “parity” property
- “parity” NMSettingSerialParity
-Parity setting of the serial port.
-Owner: NMSettingSerial
-Flags: Read / Write
-Default value: NM_SETTING_SERIAL_PARITY_NONE
-
-
-
-The “send-delay” property
- “send-delay” guint64
-Time to delay between each byte sent to the modem, in microseconds.
-Owner: NMSettingSerial
-Flags: Read / Write
-Default value: 0
-
-
-
-The “stopbits” property
- “stopbits” guint
-Number of stop bits for communication on the serial port. Either 1 or 2.
-The 1 in "8n1" for example.
-Owner: NMSettingSerial
-Flags: Read / Write
-Allowed values: [1,2]
-Default value: 1
-