While implementing a DSPI provider, I was often asking
myself what commands are predefined in RFID SDK. To make it clear, the command
is any class implicitly derived from Command class and can/should be processed
(executed) in the asynchrony method SendMessage
of the DeviceProxy.
Following picture shows all tag related commands (derives from TagCommand):
Following picture shows all none-tag related commands (derive from Command):
Posted
Sep 18 2007, 05:02 PM
by
Damir Dobric