Enum ApduEncoding
Represents encoding options for an APDU's length fields.
public enum ApduEncoding
Fields
Automatic = 0
Automatically determine the encoding length.
ExtendedLength = 2
Use extended encoding.
ShortLength = 1
Use short encoding.