Table of Contents

Enum Terminator

Namespace
Iot.Device.AtomQrCode
Assembly
Iot.Device.AtomQrCode.dll

Options for the terminator to be appended to the data.

public enum Terminator

Fields

Cr = 2

Carriage Return.

CrLf = 1

Carriage Return plus Line Feed.

DoubleClLf = 5

Double Line Feed.

DoubleCr = 4

A double Carriage Return.

None = 0

No terminator.

Tab = 3

Tab key.