meiNodeRealTimeStatusWordGet

Declaration
long meiNodeRealTimeStatusWordGet(MPINode node,
                                  long    *realTimeStatusWord)
Required Header stdmei.h
Description NodeRealTimeStatusWordGet reads the real time status word from a node and writes it into the location pointed to by realTimeStatusWord.
  node a handle to a Node object
  *realTimeStatuslWord a point to a long
     
Return Values
MPIMessageOK if NodeRealTimeStatusWordGet successfully reads the real time status word.
See Also