meiNodeIdnDataSet / mpiNodeIdnDataSET

meiNodeIdnDataSet
Declaration
long meiNodeIdnDataSet(MPIControl       control,
                       MEIMotorTypeInfo *motorInfo,
                       long             count,
                       MEINodeIdnData   *idnData)
Required Header stdmei.h
Description NodeIdnDataSet writes the idn data from the structure pointed to by idnData. The data is written to the controller associated with the control object and the nodeNumber specified in the structure pointed to by motorInfo.
  control a handle to a Control object
  *motorInfo a pointer to a MEIMotorTypeInfo structure
  count number of MEINodeIdnData structures to read
  *idnData a pointer to an array of MEINodeIdnData structures
     
Return Values
MPIMessageOK if NodeIdnDataSet successfully writes the idn data.

 

mpiNodeIdnDataSET
Declaration

 

#define     mpiNodeIdnDataSET(node, idn)
            mpiNodeIdnFieldSet((node), (idn), MPIIdnFieldDATA)
Required Header stdmpi.h
Description NodeIdnDataSET writes the data fields from an idn object to the idn located on a node.
See Also meiNodeIdnDataGet | meiNodeIdnDataGET