From 263bf4c0c89bb88dc995acd9a6a2de9095fbd461 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 23 Aug 2011 19:16:47 +0200 Subject: Imported Upstream version 0.9.0 --- docs/libnm-util/html/NMSettingSerial.html | 140 ++++++++++++++++++++++++++---- 1 file changed, 124 insertions(+), 16 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 5e5483ec..0340eb26 100644 --- a/docs/libnm-util/html/NMSettingSerial.html +++ b/docs/libnm-util/html/NMSettingSerial.html @@ -35,13 +35,17 @@

NMSettingSerial

-

NMSettingSerial

+

NMSettingSerial — Describes connection properties for devices that use +serial communications

Synopsis

-
#define             NM_SETTING_SERIAL_SETTING_NAME
+
+#include <nm-setting-serial.h>
+
+#define             NM_SETTING_SERIAL_SETTING_NAME
 enum                NMSettingSerialError;
 #define             NM_TYPE_SETTING_SERIAL_ERROR
 #define             NM_SETTING_SERIAL_ERROR
@@ -87,6 +91,9 @@ enum                
 

Description

+The NMSettingSerial object is a NMSetting subclass that describes +properties necessary for connections that may use serial communications, +such as mobile broadband or analog telephone connections.

@@ -101,16 +108,40 @@ enum

enum NMSettingSerialError

-
typedef enum
-{
+
typedef enum {
 	NM_SETTING_SERIAL_ERROR_UNKNOWN = 0,
 	NM_SETTING_SERIAL_ERROR_INVALID_PROPERTY,
 	NM_SETTING_SERIAL_ERROR_MISSING_PROPERTY,
 	NM_SETTING_SERIAL_ERROR_MISSING_PPP_SETTING
 } NMSettingSerialError;
 
-

-

+
++ + + + + + + + + + + + + + + + + + +

NM_SETTING_SERIAL_ERROR_UNKNOWN

unknown or unclassified error +

NM_SETTING_SERIAL_ERROR_INVALID_PROPERTY

the property was invalid +

NM_SETTING_SERIAL_ERROR_MISSING_PROPERTY

the property was missing and is +required +

NM_SETTING_SERIAL_ERROR_MISSING_PPP_SETTING

one of the properties of the +setting requires the connection to contain an NMSettingPPP setting +

@@ -133,7 +164,15 @@ enum

nm_setting_serial_error_quark ()

GQuark              nm_setting_serial_error_quark       (void);

+Registers an error quark for NMSettingSerial if necessary.

+
++ + + + +

Returns :

the error quark used for NMSettingSerial errors.

@@ -210,42 +249,111 @@ enum

nm_setting_serial_new ()

NMSetting *         nm_setting_serial_new               (void);

+Creates a new NMSettingSerial object with default values.

+
++ + + + +

Returns :

the new empty NMSettingSerial object. [transfer full] +

nm_setting_serial_get_baud ()

guint               nm_setting_serial_get_baud          (NMSettingSerial *setting);
-

-

+
++ + + + + + + + + + +

setting :

the NMSettingSerial +

Returns :

the "baud" property of the setting

nm_setting_serial_get_bits ()

guint               nm_setting_serial_get_bits          (NMSettingSerial *setting);
-

-

+
++ + + + + + + + + + +

setting :

the NMSettingSerial +

Returns :

the "bits" property of the setting

nm_setting_serial_get_parity ()

char                nm_setting_serial_get_parity        (NMSettingSerial *setting);
-

-

+
++ + + + + + + + + + +

setting :

the NMSettingSerial +

Returns :

the "parity" property of the setting

nm_setting_serial_get_stopbits ()

guint               nm_setting_serial_get_stopbits      (NMSettingSerial *setting);
-

-

+
++ + + + + + + + + + +

setting :

the NMSettingSerial +

Returns :

the "stopbits" property of the setting

nm_setting_serial_get_send_delay ()

guint64             nm_setting_serial_get_send_delay    (NMSettingSerial *setting);
-

-

+
++ + + + + + + + + + +

setting :

the NMSettingSerial +

Returns :

the "send-delay" property of the setting
-- cgit 1.3.0-6-gf8a5