5.2.2.14 LocalizedText

A LocalizedText structure contains two fields that could be missing. For that reason, the encoding uses a bit mask to indicate which fields are actually present in the encoded form.

The abstract LocalizedText structure is defined in OPC 10000-3.

Table 24 – LocalizedText Binary DataEncoding
NameData TypeDescription
EncodingMaskByte

A bit mask that indicates which fields are present in the stream.

The mask has the following bits:

LocaleString

The locale.

Omitted is null or empty.

TextString

The text in the specified locale.

Omitted is null or empty.