Fire&Forget Communication

SOME/IP RPC protocol-Fire&Forget Communication
Requests without response message are called fire&forget.
请求但不需要回复的消息成为fire&forget 。

The implementation is basically the same as for Request/Response with the following differences:
其实现基本上和for Request/Response 一样,只有如下的区别:

  • There is no response message.
    没有response消息。
  • The message type is set to REQUEST_NO_RETURN (i.e. 0x01).
    message type设置为REQUEST_NO_RETURN (如0x01)。
  • Fire & Forget messages shall not return an error. Error handling and return codes shall be implemented by the application when needed.
    Fire & Forget消息不能返回error,如果需要的话,error处理和返回值由应用程序实施 。

相关文章:

  • 2021-03-27
  • 2021-08-24
  • 2021-11-22
  • 2021-06-29
  • 2021-11-14
  • 2022-01-01
  • 2021-07-21
  • 2021-09-03
猜你喜欢
  • 2021-07-11
  • 2022-02-15
  • 2021-05-31
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
相关资源
相似解决方案