SpringCard Smart Readers library for .NET  19.9.20
Communicate and manage SpringCard Smart Reader devices
SpringCard.SmartReader.OSDP.OSDP Class Reference

Description of CodeNumbers. More...

Public Attributes

const int REPLY_DELAY = 200
 
const int WAIT_SLOW_BUS = 50
 
const byte BROADCAST_ADDR = 0x7F
 
const byte SOM = 0x53
 
const byte REPLY_FLAG_ADDR = 0x80
 
const byte ADDR_MASK = 0x7F
 
const byte SQN_MASK = 0x03
 
const byte CKSUM_CRC_MASK = 0x04
 
const byte SCB_MASK = 0x08
 
const byte POLL = 0x60
 
const byte ID = 0x61
 
const byte CAP = 0x62
 
const byte DIAG = 0x63
 
const byte LSTAT = 0x64
 
const byte ISTAT = 0x65
 
const byte OSTAT = 0x66
 
const byte RSTAT = 0x67
 
const byte OUT = 0x68
 
const byte LED = 0x69
 
const byte BUZ = 0x6A
 
const byte TEXT = 0x6B
 
const byte RMODE = 0x6C
 
const byte TDSET = 0x6D
 
const byte COMSET = 0x6E
 
const byte DATA = 0x6F
 
const byte XMIT = 0x70
 
const byte PROMPT = 0x71
 
const byte SPE = 0x72
 
const byte BIOREAD = 0x73
 
const byte BIOMATCH = 0x74
 
const byte KEYSET = 0x75
 
const byte CHLNG = 0x76
 
const byte SCRYPT = 0x77
 
const byte CONT = 0x79
 
const byte ABORT = 0x7A
 
const byte MAXREPLY = 0x7B
 
const byte MFG = 0x80
 
const byte MFG_WRITE_REGISTER = 0x1E
 
const byte MFG_CLEAR_REGISTER = 0x1C
 
const byte MFG_LOAD_KEY = 0x23
 
const byte MFG_TEST = 0x0E
 
const byte ACK = 0x40
 
const byte NACK = 0x41
 
const byte PDID = 0x45
 
const byte PDCAP = 0x46
 
const byte LSTATR = 0x48
 
const byte ISTATR = 0x49
 
const byte OSTATR = 0x4A
 
const byte RSTATR = 0x4B
 
const byte RAW = 0x50
 
const byte FMT = 0x51
 
const byte PRES = 0x52
 
const byte KEYPPAD = 0x53
 
const byte COM = 0x54
 
const byte SCREP = 0x55
 
const byte SPER = 0x56
 
const byte BIOREADR = 0x57
 
const byte BIOMATCHR = 0x58
 
const byte CCRYPT = 0x76
 
const byte RMAC_I = 0x78
 
const byte MFGREP = 0x90
 
const byte BUSY = 0x79
 
const byte XRD = 0xB1
 
const byte DEVICE_STATUS_CREATED = 1
 
const byte DEVICE_STATUS_STARTING = 2
 
const byte DEVICE_STATUS_STARTED = 3
 
const byte DEVICE_STATUS_DISCONNECTED = 4
 
const byte DEVICE_STATUS_CONNECTION_FAILED = 5
 
const byte DEVICE_STATUS_CONNECTED = 6
 
const byte DEVICE_STATUS_TERMINATED = 7
 
const byte DEVICE_STATUS_DISPOSED = 8
 
const byte CONTACT_STATUS_MONITORING = 1
 
const byte OUTPUT_CONTROL = 2
 
const byte CARD_DATA_FORMAT = 3
 
const byte READER_LED_CONTROL = 4
 
const byte READER_AUDIBLE_OUTPUT = 5
 
const byte READER_TEXT_OUTPUT = 6
 
const byte TIME_KEEPING = 7
 
const byte CHECK_CHARACTER_SUPPORT = 8
 
const byte COMMUNICATION_SECURITY = 9
 
const byte RECEIVE_BUFFERSIZE = 10
 
const byte LARGEST_COMBINIED_MESSAGE_SIZE = 11
 
const byte SMART_CARD_SUPPORT = 12
 
const byte READERS = 13
 
const byte BIOMETRICS = 14
 
const byte MFG_LED = 0x12
 
const byte MFG_RESET = 0x02
 

Static Public Attributes

static readonly byte [] OUI = { 0xF5, 0x65, 0x3F }
 

Detailed Description

Description of CodeNumbers.


The documentation for this class was generated from the following file: