| MATLAB File Help: 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');
| Access | public |
| Sealed | false |
| Static | true |