Version

Fnc1Mode Enumeration

Fnc1Mode indicator is used for messages containing specific data formats. Fnc1Mode applies to the entire symbol and is not affected by subsequent mode indicators.
Syntax
'Declaration
 
Public Enum Fnc1Mode 
   Inherits System.Enum
public enum Fnc1Mode : System.Enum 
Members
MemberDescription
Gs1Uses Fnc1 symbol in the first position of the character in Code 128 symbols and designates data formatted in accordance with the GS1 General Specification.
IndustryUses Fnc1 symbol in the second position of the character in Code 128 symbols and designates data formatted in accordane with a specific indystry application previously agreed with AIM Inc.
NoneDo not use any Fnc1 symbols, i.e. the data is not identified according to specific predefined industry or application specifications.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub