In the UDS standard, RequestDownload and RequestUpload messages do not have DIDs. This release updates the associated classes to reflect that, and adds some extra functionality to them.
✨ Enhancements
- Fleshed out constructors for RequestDownloadRequest and RequestUploadRequest to enable setting each message field individually.
- Implemented automatically calculating the ALFID for RequestDownloadRequest and RequestUploadRequest. Enabled by default, but can be disabled with constructor parameters.
🐛 Bugs Fixed
- Fixed RequestDownload and RequestUpload classes not conforming to the standard.
Thanks go to kali-muon for this release!