IEC_BACNET_PROPRIETARY_VALUE (STRUCT)ΒΆ

TYPE IEC_BACNET_PROPRIETARY_VALUE : STRUCT

Definition of the proprietary value structure.

This structure is used if an application needs to provide some proprietary data in one of its objects properties which is not part of an already existing datatype and also is no primitive datatype. The application may encode even complex datatypes here. If this structure is used to write data into an property the application may choose to use the raw member version or the decoded member version but not both.

InOut:

Name

Type

Comment

fIsValueData

IEC_BACNET_BOOLEAN

Flag which indicates that the application tag value data is used.

rawData

IEC_BACNET_RAW_ASN1_VALUE

Contains the raw ASN1 encoded data version of decoded data below.

data

UNION_BACNET_PROPRIETARY_VALUE