* startSendRaw() now returns false if fail

Bu işleme şunda yer alıyor:
Scott Powell
2025-05-12 17:26:44 +10:00
ebeveyn dd16197eae
işleme b08436eba7
6 değiştirilmiş dosya ile 27 ekleme ve 13 silme
+2 -1
Dosyayı Görüntüle
@@ -42,8 +42,9 @@ public:
* \brief starts the raw packet send. (no wait)
* \param bytes the raw packet data
* \param len the length in bytes
* \returns true if successfully started
*/
virtual void startSendRaw(const uint8_t* bytes, int len) = 0;
virtual bool startSendRaw(const uint8_t* bytes, int len) = 0;
/**
* \returns true if the previous 'startSendRaw()' completed successfully.