StreamMode Property

NI Vision for Visual Basic

StreamMode Property

Syntax

CWIMAQQRCodeReport.StreamMode

Data Type

CWIMAQQRStreamModes

You can use the following constants with this data type:

  • cwimaqQRModeAlphanumeric—Specifies that the data was encoded using alpha-numeric mode.
  • cwimaqQRModeBytes—Specifies that the data was not encoded but is raw binary bytes, or, more commonly, JI8-8 Japanese.
  • cwimaqQRModeEAN128Data—Specifies that the data has a special meaning represented by the application ID (that is located in data stream).
  • cwimaqQRModeEAN128Token—Specifies that the data has a special meaning represented by the application ID.
  • cwimaqQRModeECI—Specifies that the data was meant to be read using the language represented in the language ID.
  • cwimaqQRModeKanji—Specifies that the data was encoded in Shift-JIS8 Japanese.
  • cwimaqQRModeNumeric—Specifies that the data was encoded using numeric mode.

Purpose

The format of the data encoded in the stream.