Platforms to show: All Mac Windows Linux Cross-Platform

Back to TKSmartCardPINFormatMBS class.

TKSmartCardPINFormatMBS.kCharsetAlphanumeric = 1

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the possible PIN character set constants.

PIN can be composed of digits and letters.

TKSmartCardPINFormatMBS.kCharsetNumeric = 0

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the possible PIN character set constants.

PIN is only composed of digits.

TKSmartCardPINFormatMBS.kCharsetUpperAlphanumeric = 2

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the possible PIN character set constants.

PIN can be composed of digits and uppercase letters.

TKSmartCardPINFormatMBS.kEncodingASCII = 1

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the encoding constants.

Characters are encoded in ASCII format (for example, 1234 is encoded as 31h 32h 33h 34h).

TKSmartCardPINFormatMBS.kEncodingBCD = 2

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the encoding constants.

Characters (only digits) are encoded in BCD format (for example, 1234 is encoded as 12h 34h).

TKSmartCardPINFormatMBS.kEncodingBinary = 0

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the encoding constants.

Characters are encoded in Binary format (for example, 1234 is encoded as 01h 02h 03h 04h).

TKSmartCardPINFormatMBS.kJustificationLeft = 0

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the possible PIN justification constants.

Justify to the left.

TKSmartCardPINFormatMBS.kJustificationRight = 1

Type Topic Plugin Version
const SmartCard MBS Mac64bit Plugin 18.5
One of the possible PIN justification constants.

Justify to the right.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...