MPIIdnField

MPIIdnField

 

typedef enum {
    MPIIdnFieldINVALID,

    MPIIdnFieldNUMBER,
    MPIIdnFieldNAME,
    MPIIdnFieldATTRIBUTES,
    MPIIdnFieldUNIT,
    MPIIdnFieldMINIMUM,
    MPIIdnFieldMAXIMUM,
    MPIIdnFieldDATA,

    MPIIdnFieldALL,
} MPIIdnField;
Description

The IdnField enumeration is a list of all the different fields that comprises an IDN.

See Also mpiIdnFieldGet | mpiIdnFieldSet