Class SyncML_DataStore

Description

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.

Located in /SyncML/SyncML/DeviceInfo.php (line 166)


	
			
Variable Summary
 string $DisplayName
 mixed $DSMem
 integer $MaxGUIDSize
 array $Rx
 array $Rx_Pref
 string $SourceRef
 array $SyncCap
 array $Tx
 array $Tx_Pref
Method Summary
Variables
string $DisplayName (line 180)

The display name of the datastore

mixed $DSMem (line 239)

The maximum memory and item identifier for the datastore.

Not implemented yet.

integer $MaxGUIDSize (line 188)

The maximum size of a global unique identifier for the datastore in bytes.

array $Rx = array() (line 210)

The supported types and versions of a content type received by the device.

The content types (CTType) are the keys, the versions (VerCT) are the values.

array $Rx_Pref = array() (line 199)

The preferred types and versions of a content type received by the device.

The content types (CTType) are the keys, the versions (VerCT) are the values.

string $SourceRef (line 173)

The local URI of the datastore.

array $SyncCap = array() (line 249)

The synchronization capabilities of the datastore.

The synchronization types (SyncType) are stored in the keys of the hash.

array $Tx = array() (line 232)

The supported types and versions of a content type transmitted by the device.

The content types (CTType) are the keys, the versions (VerCT) are the values.

array $Tx_Pref = array() (line 221)

The preferred types and versions of a content type transmitted by the device.

The content types (CTType) are the keys, the versions (VerCT) are the values.

Methods
getPreferredRXContentType (line 257)

Returns the preferred content type the client wants to receive.

  • return: The device's preferred content type or null if not specified (which is not allowed).
string getPreferredRXContentType ()
getPreferredRXContentTypeVersion (line 270)

Returns the version of the preferred content type the client wants to receive.

  • return: The device's preferred content type version or null if not specified (which is not allowed).
string getPreferredRXContentTypeVersion ()

Documentation generated on Sun, 30 Jan 2011 05:16:46 +0000 by phpDocumentor 1.4.3