Class SyncML_PropertyParameter

Description

The SyncML_PropertyParameter class is used to define a single parameter of a property of a data item supported by the device.

The contents of a property parameter can be defined by an enumeration of valid values (ValEnum) or by a DataType/Size combination, or not at all.

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


	
			
Variable Summary
 string $DataType
 string $DisplayName
 integer $Size
 array $ValEnum
Variables
string $DataType (line 360)

The datatype of the content type property, e.g. 'chr', 'int', 'bool', etc.

string $DisplayName (line 374)

The display name of the content type property.

integer $Size (line 367)

The size of the content type property in bytes.

array $ValEnum (line 352)

The supported enumerated values of the content type property.

The supported values stored in the keys of the hash, e.g. 'PUBLIC' and 'PIVATE' for a text/calendar 'CLASS' property.

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