You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why ìn the class SensirionShdlcTxFrame, the begin() function does not set the _index variable to 0?
As the _index is only set to 0 when the SensirionShdlcTxFrame is initialized and is private, it is not possible to make SensirionShdlcTxFrame global and reusable, which means I have to create new instantce everytime I want to use SensirionShdlcTxFrame.
As the protocol only seem to allow one frame at the time to be sent, I dont see the reason why begin does not set _index to 0 in the begin function.
The text was updated successfully, but these errors were encountered:
Is there a reason why ìn the class SensirionShdlcTxFrame, the begin() function does not set the _index variable to 0?
As the _index is only set to 0 when the SensirionShdlcTxFrame is initialized and is private, it is not possible to make SensirionShdlcTxFrame global and reusable, which means I have to create new instantce everytime I want to use SensirionShdlcTxFrame.
As the protocol only seem to allow one frame at the time to be sent, I dont see the reason why begin does not set _index to 0 in the begin function.
The text was updated successfully, but these errors were encountered: