Click or drag to resize

Delimiter Enumeration

Specifies the keyboard output delimiter when inventory a tag.

Namespace:  com.gigatms.Parameters.TS50
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public enum Delimiter
Members
  Member nameValueDescription
None0 No delimiter.
Cr16 Carriage return (0x0D).
Lf32 Line feed (0x0A).
CrLf48 Carriage return with line feed (0x0D 0x0A)
Tab64 Horizontal tab (0x09).
See Also