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.
-Flags: Read / Write / Construct
+Owner: NMSettingSerial
+Flags: Read / Write
Default value: 57600
@@ -425,7 +426,8 @@ ignore speed settings and use the highest available speed.
The “bits” property
“bits” guint
Byte-width of the serial communication. The 8 in "8n1" for example.
-Flags: Read / Write / Construct
+Owner: NMSettingSerial
+Flags: Read / Write
Allowed values: [5,8]
Default value: 8
@@ -434,7 +436,8 @@ ignore speed settings and use the highest available speed.
The “parity” property
“parity” NMSettingSerialParity
Parity setting of the serial port.
-Flags: Read / Write / Construct
+Owner: NMSettingSerial
+Flags: Read / Write
Default value: NM_SETTING_SERIAL_PARITY_NONE
@@ -442,7 +445,8 @@ ignore speed settings and use the highest available speed.
The “send-delay” property
“send-delay” guint64
Time to delay between each byte sent to the modem, in microseconds.
-Flags: Read / Write / Construct
+Owner: NMSettingSerial
+Flags: Read / Write
Default value: 0
@@ -451,13 +455,14 @@ ignore speed settings and use the highest available speed.
“stopbits” guint
Number of stop bits for communication on the serial port. Either 1 or 2.
The 1 in "8n1" for example.
-Flags: Read / Write / Construct
+Owner: NMSettingSerial
+Flags: Read / Write
Allowed values: [1,2]
Default value: 1
+
Generated by GTK-Doc V1.32.1