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
Hello,
I get an error when I try to parse a very short TLV string, just one tag: Tlv.ParseTlv("FF01014C");
where FF01 is a tag in 2 bytes
second 01 is len
4C is value
The returned exception is a System.IndexOutOfRangeException