Skip to main content

Enum As1115.BcdCharacterType

BCD Character type

Assembly: As1115.dll
View Source
public enum As1115.BcdCharacterType : byte

Fields

_0

Zero (0)

View Source
_0 = 0

_1

One (1)

View Source
_1 = 1

_2

Two (2)

View Source
_2 = 2

_3

Three (3)

View Source
_3 = 3

_4

Four (4)

View Source
_4 = 4

_5

Five (5)

View Source
_5 = 5

_6

Six (6)

View Source
_6 = 6

_7

Seven (7)

View Source
_7 = 7

_8

Eight (8)

View Source
_8 = 8

_9

Nine (9)

View Source
_9 = 9

Hyphen

Hyphen (-)

View Source
Hyphen = 10

E

E

View Source
E = 11

H

H

View Source
H = 12

L

L

View Source
L = 13

P

P

View Source
P = 14

Blank

Space ( )

View Source
Blank = 15

Count

Count of characters

View Source
Count = 16