mpiCommandType

Declaration
long mpiCommandType(MPICommand      command,
                    MPICommandType  *type)
Required Header stdmpi.h
Description

CommandType gets the type from a Command and puts it in the location pointed to by type.

  command a handle to the Command object
  *type a pointer to a MPICommandType returned by the method
     
Return Values
Command (command) parameters in the location pointed to by type
MPIMessageOK if CommandType successfully gets and writes the command type into *type
See Also mpiCommandCreate | MPICommandType