MPIIdnElement

MPIIdnElement

 

typedef struct MPIIdnElement {
    MPIIdnNumber	number;		/* 0	MPIIdnFieldNUMBER	*/
    const char		*name;		/* 1	MPIIdnFieldNAME		*/
    unsigned long	attributes;	/* 2	MPIIdnFieldATTRIBUTES	*/
    const char		*unit;		/* 3	MPIIdnFieldUNIT		*/
    MPIIdnValue		minimum;	/* 4	MPIIdnFieldMINIMUM	*/
    MPIIdnValue		maximum;	/* 5	MPIIdnFieldMAXIMUM	*/
    MPIIdnData		data;		/* 6	MPIIdnFieldDATA		*/
} MPIIdnElement;
Description
  number The IDN number field.
  *name A pointer to the IDN name field.
  attributes The IDN attributes field.
  *unit A pointer to the IDN unit field.
  minimum The IDN minimum field which is the smallest value the IDN data can be (not valid with certain data types).
  maximum The IDN maximum field which is the largest value the IDN data can be (not valid with certain data types).
  data The IDN data.
     
See Also mpiIdnElementGET