AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
Stores data for a code plane (for utf-16 strings) More...
Public Attributes | |
std::vector< std::vector< wchar_t > > | characterRanges |
A list of character ranges for this code plane. | |
std::uint8_t | numberOfCharacterRanges |
The number of expected character ranges for this code plane. | |
Stores data for a code plane (for utf-16 strings)
Definition at line 3874 of file isobus_virtual_terminal_objects.hpp.
std::vector<std::vector<wchar_t> > isobus::ExtendedInputAttributes::CodePlane::characterRanges |
A list of character ranges for this code plane.
Definition at line 3877 of file isobus_virtual_terminal_objects.hpp.
std::uint8_t isobus::ExtendedInputAttributes::CodePlane::numberOfCharacterRanges |
The number of expected character ranges for this code plane.
Definition at line 3878 of file isobus_virtual_terminal_objects.hpp.