Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. doblanch
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by doblanch

    • RE: Repeater vs st=Fail

      I answer myself, hope it will help somebody else ...
      @return true Returns true if message reached the **first stop ** on its way to destination.
      indeed, it clarifies my question...

      /**
      	* Sends a message to gateway or one of the other nodes in the radio network
      	*
      	* @param msg Message to send
      	* @param ack Set this to true if you want destination node to send ack back to this node. Default is not to request any ack.
      	* @return true Returns true if message reached the first stop on its way to destination.
      	*/
      	bool send(MyMessage &msg, bool ack=false);
      
      posted in Troubleshooting
      doblanch
      doblanch