NMCdmaDevice

NMCdmaDevice

Synopsis

                    NMCdmaDevice;
                    NMCdmaDeviceClass;
GObject *           nm_cdma_device_new                  (DBusGConnection *connection,
                                                         const char *path);

Object Hierarchy

  GObject
   +----NMObject
         +----NMDevice
               +----NMSerialDevice
                     +----NMCdmaDevice

Description

Details

NMCdmaDevice

typedef struct _NMCdmaDevice NMCdmaDevice;


NMCdmaDeviceClass

typedef struct {
	NMSerialDeviceClass parent;

	/* Padding for future expansion */
	void (*_reserved1) (void);
	void (*_reserved2) (void);
	void (*_reserved3) (void);
	void (*_reserved4) (void);
	void (*_reserved5) (void);
	void (*_reserved6) (void);
} NMCdmaDeviceClass;


nm_cdma_device_new ()

GObject *           nm_cdma_device_new                  (DBusGConnection *connection,
                                                         const char *path);

Creates a new NMCdmaDevice.

connection :

the DBusGConnection

path :

the DBus object path of the device

Returns :

a new device