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
Supporting customization of field read/write operations in all the comms::protocol::xLayer classes.
Added comms::protocol::checksum::BasicXor for XOR checksum calculation.
Allowing external limitation of the serialization length for the comms::field::IntValue and comms::field::EnumValue fields using comms::option::AvailableLengthLimit option. It allows support of some TLV property cases with variable length integral fields.