
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處理和返回值由應用程序實施 。
