Click or drag to resize
TappyReader Methods

[This is preliminary documentation and is subject to change.]

The TappyReader type exposes the following members.

Methods
  NameDescription
Public methodAutoDetect
Connect to the first Tappy device the driver finds
Public methodConnect
Connect to a given reader or port.
Public methodDisconnect
Disconnect from the current reader
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlushBuffer
Clears the contents of the driver buffer
Public methodGetAvailableDevices
Get all the devices
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSendCommand(Command, Callback)
Send a command to the Tappy
Public methodSendCommandT(Object)
Send a command with no response call back
Public methodSendCommandT(Callback, Object)
Send a command to the Tappy
Public methodSwitchProtocol
Switch between USB or Bluetooth modes
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also