IEC_BACNET_RAW_ASN1_VALUE (STRUCT)¶
TYPE IEC_BACNET_RAW_ASN1_VALUE : STRUCT
Definition of the RAW ASN1 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 needs to encode an error free ASN.1 encoded datatype.
- InOut:
Name
Type
Comment
nLengthThe given length as a number of filled octets in buffer.
rawDataPOINTER TO IEC_BACNET_BYTE
A pointer to the “raw” ASN.1 data.