MPIIdnData

MPIIdnData

 

typedef union {
    unsigned long	binary;
    MPIIdnNumber	idn;
    MPIIdnProcedure	procedure;
    char		*text;
    MPIIdnValue		value;
    MPIIdnVarLength	varLength;
} MPIIdnData;
Description
  binary 0 or 1
  idn an IDN number
  procedure procedure IDN's data is a word that is a bit mask.
  *text a char pointer that points to a text string.
  value a long or unsigned long.
  valLength IDN data whose length is not defined, and it's data can be of any number of types.
     
See Also MPIIdnDATA_SIZE_MAX | MPIIdnDataType