someip26

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处理和返回值由应用程序实施 。

posted @ 2022-07-21 16:17  palette66  阅读(29)  评论(0)    收藏  举报