Static Public Attributes | List of all members
Code11CheckDigit Class Reference

Available check digits for Code11. More...

Inherits object.

Static Public Attributes

int Nothing = 0
 No check digit. More...
 
int One = 1
 Check digit 1. More...
 
int Two = 2
 Check digit 2. More...
 

Detailed Description

Available check digits for Code11.

Member Data Documentation

◆ Nothing

int Nothing = 0
static

No check digit.

◆ One

int One = 1
static

Check digit 1.

◆ Two

int Two = 2
static

Check digit 2.