meiSercosServiceProcedure

Declaration
 
          long meiSercosServiceProcedure(MPISercos                 sercos,
                                         MEISercosServiceContainer *service,
                                         MPISercosProcedureAction  action,
                                         MPIIdn                    idn,
                                         unsigned long             *status)
Required Header stdmei.h
Description

SercosServiceProcedure uses a service container to send a procedure action to a sercos idn.

  sercos a handle to a Sercos object
  *service a pointer to a service container
  action a command used to invoke a procedure
  idn a handle to an Idn object
  *status a pointer to an unsigned long
     
Return Values
MPIMessageOK if SercosServiceProcedure successfully sends a procedure action via a service container.
See Also MPISercosProcedureAction