Defines an extended property query structure (legacy) More...
#include <tinetype.h>
Data Fields | |
| BYTE | prpAccess |
| char | prpDescription [64] |
| BYTE | prpFormat |
| BYTE | prpFormatIn |
| BYTE | prpGraphType |
| UINT16 | prpHistoryDepthLong |
| UINT16 | prpHistoryDepthShort |
| float | prpMaxValue |
| float | prpMinValue |
| char | prpName [PROPERTY_NAME_SHORTSIZE] |
| UINT32 | prpNumOverloads |
| char | prpRedirection [STATUS_SHORTSIZE] |
| UINT32 | prpSize |
| UINT32 | prpSizeIn |
| char | prpTag [TAG_NAME_SHORTSIZE] |
| char | prpTagIn [TAG_NAME_SHORTSIZE] |
| char | prpUnits [16] |
Defines an extended property query structure (legacy)
the allowed data access for this property (either CA_READ, CA_WRITE or both)
the property description
the default output data format accepted for this property
is the default input data format accepted for this property
is the preferred graph type for output data associated with this property, e.g. GT_LIN, GT_LOG, etc
the depth of the long term history kept for this property
the depth of the short term history kept for this property
the upper limit of valid data associated with the property
the lower limit of valid data associated with the property
| char PropertyQueryStructEx::prpName[PROPERTY_NAME_SHORTSIZE] |
the property name
the number of overloads associated with this property name
| char PropertyQueryStructEx::prpRedirection[STATUS_SHORTSIZE] |
a redirection string if the property is redirected to another server
the maximum allowed size of an output data set associated with the property
the maximum allowed size of an input data set associated with the property
| char PropertyQueryStructEx::prpTag[TAG_NAME_SHORTSIZE] |
the data tag for output data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
| char PropertyQueryStructEx::prpTagIn[TAG_NAME_SHORTSIZE] |
the data tag for input data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
| char PropertyQueryStructEx::prpUnits[16] |
a string containing the natural units of the data returned by the property
1.5.8