endurox.tpforward

endurox.tpforward(svc: str, data: object, flags: int = 0) None

Forward control to other service. This shall be last ATMI call for the service routine.

This function applies to ATMI servers only.

For more details see tpforward(3) C API call.

Parameters:
  • svc (str) – Name of the target service.

  • data (dict) – ATMI buffer returned from the service

  • flags (int) – RFU, shall be set to 0.