[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/SyncML/ -> DeviceInfo.php (sommaire)

(pas de description)

Poids: 236 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 4 classes

SyncML_DeviceInfo:: (1 méthode):
  getDataStore()

SyncML_DataStore:: (2 méthodes):
  getPreferredRXContentType()
  getPreferredRXContentTypeVersion()

SyncML_Property:: (0 méthodes):

SyncML_PropertyParameter:: (0 méthodes):


Classe: SyncML_DeviceInfo  - X-Ref

SyncML_DeviceInfo represents a device information set according to the
SyncML spec.

See http://www.syncml.org/docs/syncml_devinf_v11_20020215.pdf

A DeviceInfo object is created by Command/Put::SyncML_Command_Put from an
appropriate XML message. SyncML_Command_Put directly populates the members
variables.

The current implementation should handle all DevInf 1.1 DTD elements
expcept DSMem entries.

Copyright 2005-2006 Karsten Fourmont <karsten@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

$Horde: framework/SyncML/SyncML/DeviceInfo.php,v 1.2.2.6 2006/05/05 21:14:45 karsten Exp $

getDataStore($sourceURI)   X-Ref
Returns the DevInf data for a datastore identified by $sourceURI
(_SourceRef parameter).  Returns a SyncML_DataStore object or null if
no such datastore exists.


Classe: SyncML_DataStore  - X-Ref

The SyncML_DataStore class describes one of the possible datastores
(i.e. databases) of the device.  Most important attributes are the
preferred Mime Types for sending and receiving data for this datastore:
_Tx-Pref and _Rx-Pref

getPreferredRXContentType()   X-Ref
Returns the preferred contentype the client wants to receive (RX). Or
NULL if not specified (which is not allowed by protocol).


getPreferredRXContentTypeVersion()   X-Ref
Returns the version of the preferred contentype the client wants to
receive (RX). Or NULL if not specified (which is not allowed by
protocol).


Classe: SyncML_Property  - X-Ref

The class SyncML_Property is used to define a single property of a vcard
element.  The contents of a Property can be defined by an enumeration of
valid values (_ValEnum) or by a DataType/Size combination, or not at all.

Classe: SyncML_PropertyParameter  - X-Ref

The class SyncML_PropertyParameter is used to define a single parameter of
a property of a vcard element.  The contents of a PropertyParameter can be
defined by an enumeration of valid values (_ValEnum) or by a DataType/Size
combination, or not at all.



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7