Click or drag to resize

AC908_SDK Namespace

Provides API to communicate with AC908.
Classes
  ClassDescription
Public classAC908ViewModel
Base class for view models.
Public classAddableRecord
Base class for addable records.
Public classBlackListRecord
Device will not execute any command operations if a tag's UID (CSN) is on the blacklist. This record can be added and removed.
Public classBleScanner
A Scanner which can scan for nearby devices.
Public classBleScanRecord
Broadcasting information from devices scanned by BLE.
Public classBytesReceivedEventArgs
Provides data for the BytesReceived event.
Public classBytesSentEventArgs
Provides data for the BytesSent event.
Public classCallbackException
The exception is thrown when calling event hendler and an error occurs.
Public classConnectException
The exception is thrown when connect failed.
Public classConnectionStateChangedEventArgs
Provides data for the ConnectionStateChanged event.
Public classDatabaseInformation
Information of the database, include number of tables and store capacity.
Public classDeviceUID
Include Vendor Code, Model Number, Version and Serial Number.
Public classDisconnectedException
The exception is thrown when Peripheral Device disconnected during operation.
Public classDstRuleSettings
The Daylight Saving Time starting and ending parameters.
Public classErrorEventArgs
Provides data for the Error event.
Public classInvalidReplyException
The exception is thrown when the Peripheral Device sends an invalid reply.
Public classLedAdvanceModeSignals
The Color of LED lights in various states.
Public classLedData
The setting used when controlling the LED.
Public classLedPermanentSettings
Public classLedTemporarySettings
Public classLogRecord
A record for events on reader.
Public classMultiSettingsData
All Settings of AC908.
Public classOutputStateData
Public classReader
Represents an AC908 device.
Public classReaderScannedEventArgs
The event argument of the ReaderScanned event.
Public classRecordBase
Base class for all type of records.
Public classReplyException
The exception is thrown when sending command to the Periperal Device and an error occurs.
Public classReplyStatusErrorException
The exception is thrown when the Device return Error sends an invalid reply.
Public classSecureConnectionException
The exception is thrown when an error related to secure connection occurs.
Public classSecureConnectionStateChangedEventArgs
Provides data for the SecureConnectionStateChanged event.
Public classTableInformation
Represents information of the table.
Delegates
  DelegateDescription
Public delegateBytesReceivedEventHandler
Represents the method that will handle the BytesReceived event.
Public delegateBytesSentEventHandler
Represents the method that will handle the BytesSent event.
Public delegateCheckIsCompletePacketHandler
This delegate is used to assign a method for the system to check if current received bytes is a complete packet.
Public delegateConnectionStateChangedEventHandler
Represents the method that will handle the ConnectionStateChanged event.
Public delegateErrorEventHandler
Represents the method that will handle the Error event.
Public delegateReaderScannedEventHandler
The method of handling events that do not contain ReaderScanned event data.
Public delegateSecureConnectionStateChangedEventHandler
Represents the method that will handle the SecureConnectionStateChanged event.