MEIIdnVarLength

MEIIdnVarLength  

 

typedef struct MPIIdnVarLength{
    long		count;

    MPIIdnDataType	type;

    union {
        MPIIdnNumber	*idn;
        char		*text;
        MPIIdnValue	*value;
	} as;
} MPIIdnVarLength;
Description
  count The size of the data buffer pointed to by as.
  type The type of data in the buffer.
  as A union of different pointer types, where the data is located.
     
See Also