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
I am struggling to find an example of how to use a DataPdu. The nature of python makes it difficult to read your code and decipher how to create a simple DataPdu to send a simple integer as the variable length data.
This may be because DataPdu is unfinished. Could you
Provide an example of creating a DataPdu with a variable length record to send an integer as the payload
Finish the DataPdu section?
The text was updated successfully, but these errors were encountered:
I am struggling to find an example of how to use a DataPdu. The nature of python makes it difficult to read your code and decipher how to create a simple DataPdu to send a simple integer as the variable length data.
This may be because
DataPdu
is unfinished. Could youDataPdu
with a variable length record to send an integer as the payloadThe text was updated successfully, but these errors were encountered: