diaGlobWrapper Help
The enumerated constant to specify the termination digit during a GetDigits() operation.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public enum DigitType
Visual Basic (Declaration)
Public Enumeration DigitType
Visual C++
public enum class DigitType

Members

Member nameDescription
None
No digit or unknown
D
Digit D
C
Digit C
B
Digit B
A
Digit A
Star
Digit *
Pound
Digit #
Nine
Digit 9
Eight
Digit 8
Seven
Digit 7
Six
Digit 6
Five
Digit 5
Four
Digit 4
Three
Digit 3
Two
Digit 2
One
Digit 1
Zero
Digit 0

See Also