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?