Defines a simple property query structure (legacy, minimal information) More...
#include <tinetype.h>
Data Fields | |
BYTE | prpAccess |
char | prpDescription [32] |
BYTE | prpFormat |
char | prpName [PROPERTY_NAME_SHORTSIZE] |
UINT16 | prpSize |
Defines a simple property query structure (legacy, minimal information)
BYTE PropertyQueryStruct::prpAccess |
the allowed data access for this property (either CA_READ, CA_WRITE or both)
char PropertyQueryStruct::prpDescription[32] |
the property description
BYTE PropertyQueryStruct::prpFormat |
the default output data format accepted for this property
char PropertyQueryStruct::prpName[PROPERTY_NAME_SHORTSIZE] |
the property name
UINT16 PropertyQueryStruct::prpSize |
the maximum allowed size of an output data set associated with the property