Issue 7084: Data type for VT_EMPTY (dais-rtf) Source: ABB Power Technologies, Power Automation & Substat (Mr. Lars-Ola Osterlund, lars-ola.g.osterlund@se.abb.com) Nature: Clarification Severity: Minor Summary: A new datatype that corresponds to OPC VT_EMPTY is needed to indicate that the server shall use the native data type. SimpleValueType needs a UNSPECIFIED_TYPE Resolution: Change as suggested Revised Text: Add the line "const SimpleValueType UNSPECIFIED_TYPE = 0;" to DAF specification formal/02-11-08 at the place indicated below. // SimpleValue's can take on the following types. typedef short SimpleValueType; const SimpleValueType UNSPECIFIED_TYPE = 0; const SimpleValueType RESOURCE_TYPE = 1; Actions taken: March 2, 2004: received issue March 10, 2005: closed issue Discussion: End of Annotations:===== ssue : Data type for VT_EMPTY Nature: Correction Severity: Minor Source: Tormod Lund Summary: A new datatype that corresponds to OPC VT_EMPTY is needed to indicate that the server shall use the native data type. SimpleValueType needs a UNSPECIFIED_TYPE. Discussion: Resolution: Revised Text: Actions taken: March 2, 2004: issue first recorded