StartReading Method
public void StartReading()
rdr. StartReading();
TagsRead Event
EventHandler<TagsReadEventArgs>
ReadException Event
EventHandler<ReadExceptionEventArgs>
GpiTrigger Event
EventHandler<GpiTriggerEventArgs>
GpiTriggerBoundary Event
EventHandler<GpiTriggerBoundaryEventArgs>
TagsReadEventArgs Class
| Attribute | Description |
|---|---|
| Tags | The tags' data inventoried. |
ReadExceptionEventArgs Class
| Attribute | Description |
|---|---|
| ReaderException | The reader exception. |
GpiTriggerEventArgs Class
| Attribute | Description |
|---|---|
| GpiStates | The GPI status when triggering start or stop asynchronous inventory. |
| TriggerId | The condition number that triggers the start or stop of the asynchronous inventory. |
GpiTriggerBoundaryEventArgs Class
| Attribute | Description |
|---|---|
| Reason | The cause of starting or stopping inventory. |
| BoundaryType | Starting or stopping inventory. |