In UnpackedFields::GetField all data types are implemented except LVMessageMetadataType::StringValue and LVMessageMetadataType::BytesValue when isRepeated is true. In these cases, the function is just a no-op and doesn't even return an error.
String arrays are a supported data type for Measurement Plug-ins and they are not currently able to be read by field using the LV API.
This has prevented FlexLogger from supporting string arrays in our Measurement Plugin implementation.
AB#3058431
In UnpackedFields::GetField all data types are implemented except LVMessageMetadataType::StringValue and LVMessageMetadataType::BytesValue when isRepeated is true. In these cases, the function is just a no-op and doesn't even return an error.
String arrays are a supported data type for Measurement Plug-ins and they are not currently able to be read by field using the LV API.
This has prevented FlexLogger from supporting string arrays in our Measurement Plugin implementation.
AB#3058431