A Sandcastle Documented Class Library
![]() |
Tego.Rfid.Gen2.Implementation Namespace |
[Missing <summary> documentation for "N:Tego.Rfid.Gen2.Implementation"]

Class | Description | |
---|---|---|
![]() |
ReaderCapabilitiesBuilder | |
![]() |
ReaderModeBuilder |
Reader RF mode builder which can create a mode and set the individual mode properties.
|
![]() |
TagResponseAssembler |
Helper class to enable building responses for Execute() and StartExecute() from individual operation responses.
In synchronous modes, the MergeByEPC property (default true) controls whether multiple tag responses from the same
EPC are merged. Initialize() sets up the helper with the list of operations and any asynchronous handler. As
operations are executed by the reader, the results should be handled by making calls to the Add() methods. In
asynchronous mode, this will cause callbacks to made whenever a TagResponse object is complete (i.e. the operations
have completed successfully or an error occured. Finally, syncronous results should be accessed via GetTagResponses().
|