MATLAB File Help: HebiUtils.sendWithRetry
HebiUtils.sendWithRetry
  sendWithRetry sends and ensures delivery of a given message
 
    Note that this method may block for an unknown (but bounded)
    time and should not be used inside the main control loop.
 
    Example
       group = HebiLookup.newGroupFromFamily('*');
       HebiUtils.sendWithRetry(group, 'led', 'r');
See also
Method Details
Access public
Sealed false
Static true