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)
BYTE PropertyQueryStructEx::prpAccess |
the allowed data access for this property (either CA_READ, CA_WRITE or both)
char PropertyQueryStructEx::prpDescription[64] |
the property description
BYTE PropertyQueryStructEx::prpFormat |
the default output data format accepted for this property
BYTE PropertyQueryStructEx::prpFormatIn |
is the default input data format accepted for this property
BYTE PropertyQueryStructEx::prpGraphType |
is the preferred graph type for output data associated with this property, e.g. GT_LIN, GT_LOG, etc
UINT16 PropertyQueryStructEx::prpHistoryDepthLong |
the depth of the long term history kept for this property
UINT16 PropertyQueryStructEx::prpHistoryDepthShort |
the depth of the short term history kept for this property
float PropertyQueryStructEx::prpMaxValue |
the upper limit of valid data associated with the property
float PropertyQueryStructEx::prpMinValue |
the lower limit of valid data associated with the property
char PropertyQueryStructEx::prpName[PROPERTY_NAME_SHORTSIZE] |
the property name
UINT32 PropertyQueryStructEx::prpNumOverloads |
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
UINT32 PropertyQueryStructEx::prpSize |
the maximum allowed size of an output data set associated with the property
UINT32 PropertyQueryStructEx::prpSizeIn |
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