Closed MiSchroe closed 4 months ago
Example: The sendFrameAsync method should be more precise about the return type. If we call it with a GW_REBOOT_REQ it will always return with a GW_REBOOT_CFM.
sendFrameAsync
GW_REBOOT_REQ
GW_REBOOT_CFM
Example: The
sendFrameAsync
method should be more precise about the return type. If we call it with aGW_REBOOT_REQ
it will always return with aGW_REBOOT_CFM
.