MDOT Send function in non blocking mode.

Home Forums mDot/xDot MDOT Send function in non blocking mode.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #15998
    Tom Hill
    Participant

    Calling the Send method as mentioned below in a non-blocking fashion method and I have enabled acks as well. So In the non-blocking mode what would be the expected return value of this function? In the blocking mode the return value is mdot_ok on a successful transmission or if an ack is received. So I am just wondering in the non-blocking mode, should the LORA MAC events be used to determine the success or failure of a transmission?

    int32_t send(const std::vector<uint8_t>& data, const bool& blocking = true, const bool& highBw = false);

    Thanks,
    Yogesh

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.