meiSercosServiceIdnFieldSet

Declaration
 
        long meiSercosServiceIdnFieldSet(MPISercos                 sercos,
                                         MEISercosServiceContainer *service,
                                         MPIIdn                    idn,
                                         MPIIdnField               field)
Required Header stdmei.h
Description

SercosServiceIdnFieldSet uses a service container to write the specified field from an idn object to an idn.

  sercos a handle to a Sercos object
  *service a pointer to a service container
  idn a handle to an Idn object
  field enumeration corresponding to each element in the structure MPIIdnElement
     
Return Values
MPIMessageOK if SercosServiceIdnFieldSet successfully writes the field to an idn via the service container.
See Also mpiSercosServiceIdnFieldGet | MPIIdnElement