We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfd1682 + 3259dd1 commit 79028b4Copy full SHA for 79028b4
klvdata/misb0601.py
@@ -29,6 +29,7 @@
29
from klvdata.elementparser import DateTimeElementParser
30
from klvdata.elementparser import MappedElementParser
31
from klvdata.elementparser import StringElementParser
32
+from klvdata.elementparser import StringValue
33
from klvdata.setparser import SetParser
34
from klvdata.streamparser import StreamParser
35
@@ -1025,7 +1026,7 @@ class RVTLocalSet(MappedElementParser):
1025
1026
1027
1028
@UASLocalMetadataSet.add_parser
-class VMTILocalSet(MappedElementParser):
1029
+class VMTILocalSet(StringValue):
1030
key = b'\x4A'
1031
TAG = 74
1032
UDSKey = "06 0E 2B 34 02 0B 01 01 0E 01 03 03 06 00 00 00"
0 commit comments