2.11.3 TypedPropertyValue Structure

The TypedPropertyValue structure includes the property type with the value of the property.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

PropertyType

PropertyValue (variable)

...

PropertyType (2 bytes): An unsigned integer that specifies the data type of the property value, according to the table in section 2.11.1.

PropertyValue (variable): A PropertyValue structure, as specified in section 2.11.2. The value MUST be compatible with the value of the PropertyType field.