From 50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2015 19:38:58 +0200 Subject: Imported Upstream version 1.0.4 --- docs/libnm-util/html/NMSettingSerial.html | 41 +++++++++---------------------- 1 file changed, 12 insertions(+), 29 deletions(-) (limited to 'docs/libnm-util/html/NMSettingSerial.html') diff --git a/docs/libnm-util/html/NMSettingSerial.html b/docs/libnm-util/html/NMSettingSerial.html index 6e9ede6a..43c21e9e 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -2,13 +2,13 @@ -libnm-util Reference Manual: NMSettingSerial +NMSettingSerial: libnm-util Reference Manual - + @@ -211,7 +211,6 @@ nm_setting_serial_error_quark (vo

Returns

the error quark used for NMSettingSerial errors.

-


@@ -249,7 +248,6 @@ nm_setting_serial_get_baud (

Returns

the “baud” property of the setting

-


@@ -275,7 +273,6 @@ nm_setting_serial_get_bits (

Returns

the “bits” property of the setting

-


@@ -301,7 +298,6 @@ nm_setting_serial_get_parity (

Returns

the “parity” property of the setting

-


@@ -327,7 +323,6 @@ nm_setting_serial_get_stopbits (

Returns

the “stopbits” property of the setting

-


@@ -353,7 +348,6 @@ nm_setting_serial_get_send_delay (

Returns

the “send-delay” property of the setting

-

@@ -363,8 +357,6 @@ nm_setting_serial_get_send_delay (

NM_SETTING_SERIAL_SETTING_NAME

#define NM_SETTING_SERIAL_SETTING_NAME "serial"
 
-

-


@@ -417,48 +409,36 @@ setting requires the connection to contain an

NM_SETTING_SERIAL_ERROR

#define NM_SETTING_SERIAL_ERROR nm_setting_serial_error_quark ()
 
-

-


NM_SETTING_SERIAL_BAUD

#define NM_SETTING_SERIAL_BAUD "baud"
 
-

-


NM_SETTING_SERIAL_BITS

#define NM_SETTING_SERIAL_BITS "bits"
 
-

-


NM_SETTING_SERIAL_PARITY

#define NM_SETTING_SERIAL_PARITY "parity"
 
-

-


NM_SETTING_SERIAL_STOPBITS

#define NM_SETTING_SERIAL_STOPBITS "stopbits"
 
-

-


NM_SETTING_SERIAL_SEND_DELAY

#define NM_SETTING_SERIAL_SEND_DELAY "send-delay"
 
-

-

@@ -466,7 +446,9 @@ setting requires the connection to contain an

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.

Flags: Read / Write / Construct

Default value: 57600

@@ -474,7 +456,7 @@ setting requires the connection to contain an

The “bits” property

  “bits”                     guint
-

+

Byte-width of the serial communication. The 8 in "8n1" for example.

Flags: Read / Write / Construct

Allowed values: [5,8]

Default value: 8

@@ -483,7 +465,8 @@ setting requires the connection to contain an

The “parity” property

  “parity”                   gchar
-

+

Parity setting of the serial port. Either 'E' for even parity, 'o' for +odd parity, or 'n' for no parity.

Flags: Read / Write / Construct

Allowed values: [69,111]

Default value: 110

@@ -492,7 +475,7 @@ setting requires the connection to contain an

The “send-delay” property

  “send-delay”               guint64
-

+

Time to delay between each byte sent to the modem, in microseconds.

Flags: Read / Write / Construct

Default value: 0

@@ -500,7 +483,8 @@ setting requires the connection to contain an

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.

Flags: Read / Write / Construct

Allowed values: [1,2]

Default value: 1

@@ -508,7 +492,6 @@ setting requires the connection to contain an -
- Generated by GTK-Doc V1.21 +
Generated by GTK-Doc V1.24 \ No newline at end of file -- cgit 1.3.0-6-gf8a5