From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- docs/libnm/html/NMSettingSerial.html | 115 ++--------------------------------- 1 file changed, 6 insertions(+), 109 deletions(-) (limited to 'docs/libnm/html/NMSettingSerial.html') diff --git a/docs/libnm/html/NMSettingSerial.html b/docs/libnm/html/NMSettingSerial.html index 26d5c5bc..d9d798f2 100644 --- a/docs/libnm/html/NMSettingSerial.html +++ b/docs/libnm/html/NMSettingSerial.html @@ -16,8 +16,7 @@ Top  |  Description  |  - Object Hierarchy  |  - Properties + Object Hierarchy Home Up @@ -94,43 +93,6 @@ serial communications

-

Properties

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
guintbaudRead / Write
guintbitsRead / Write
NMSettingSerialParityparityRead / Write
guint64send-delayRead / Write
guintstopbitsRead / Write
-
-

Types and Values

@@ -166,10 +128,6 @@ serial communications

- - - -
#define NM_SETTING_SERIAL_SEND_DELAY
 NMSettingSerial
@@ -177,9 +135,6 @@ serial communications

Object Hierarchy

    GEnum
     ╰── NMSettingSerialParity
-    GObject
-    ╰── NMSetting
-        ╰── NMSettingSerial
 
@@ -223,7 +178,7 @@ nm_setting_serial_get_baud (

Returns

-

the “baud” property of the setting

+

the “baud” property of the setting


@@ -248,7 +203,7 @@ nm_setting_serial_get_bits (

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 (

Returns

-

the “stopbits” property of the setting

+

the “stopbits” property of the setting


@@ -323,7 +278,7 @@ nm_setting_serial_get_send_delay (

Returns

-

the “send-delay” property of the setting

+

the “send-delay” property of the setting

@@ -402,64 +357,6 @@ nm_setting_serial_get_send_delay (#define NM_SETTING_SERIAL_SEND_DELAY "send-delay" -
-
-

NMSettingSerial

-
typedef struct _NMSettingSerial NMSettingSerial;
-

Serial Link Settings

-
- -
-

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

-