Class PixieEvents
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class PixieEvents : Events
Constructors
PixieEvents()
Declaration
public PixieEvents()
Properties
AttachRFSurveyDataWithReadEvent
Specified whether RF Survey should be reported along with the RFSurveyReadNotify Event Handler
Declaration
public override bool AttachRFSurveyDataWithReadEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
AttachTagDataWithReadEvent
Specified whether TagData should be reported along with the ReadNotify Event Handler
Declaration
public override bool AttachTagDataWithReadEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
HostName
Host name or IP Address of the reader
Declaration
public override string HostName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
NotifyAccessStartEvent
To enable/disable Access Start Event Notification.
Declaration
public override bool NotifyAccessStartEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyAccessStopEvent
To enable/disable Access Stop Event Notification.
Declaration
public override bool NotifyAccessStopEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyAntennaEvent
To enable/disable Antenna Event Notification. This event is generated when the Reader detects that an antenna is connected or disconnected
Declaration
public override bool NotifyAntennaEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyBufferFullEvent
To enable/disbale Buffer full Event Notification. When the internal buffers are 100% full, BUFFER_FULL_EVENT will be notified every time a new tag report is received.The oldest TagData reports will be replaced by the newest in a circular FIFO manner.
Declaration
public override bool NotifyBufferFullEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyBufferFullWarningEvent
To enable/disable Buffer full warning Event Notification. When the internal buffers are 90% full, BUFFER_FULL_WARNING_EVENT will be notified. When the buffers are 100% full, no more Tags can be stored in Dll or in the Reader, and further tags are discarded.
Declaration
public override bool NotifyBufferFullWarningEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyDebugInfoEvent
To enable/disable DEBUG_INFO_EVENT Notification
Declaration
public override bool NotifyDebugInfoEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyEASAlarmEvent
To enable/disable NXP_EAS_ALARM_EVENT Notification
Declaration
public override bool NotifyEASAlarmEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyGPIEvent
To enable/disable GPI Event Notification. GPI_EVENT will be signaled every time an enabled GPI changes state.
Declaration
public override bool NotifyGPIEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyHandheldTriggerEvent
To enable/disable GPI Event Notification. GPI_EVENT will be signaled every time an enabled GPI changes state.
Declaration
public override bool NotifyHandheldTriggerEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyInventoryStartEvent
To enable/disable Inventory Start Event Notification.
Declaration
public override bool NotifyInventoryStartEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyInventoryStopEvent
To enable/disable Inventory Stop Event Notification.
Declaration
public override bool NotifyInventoryStopEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyReaderDisconnectEvent
To enable/disable Reader Disconnection Event Notification. The Application can call Reconnect() to manually reconnect to the Reader Or opt for auto-reconnection. To cleanup and exit the application can call Disconnect().
Declaration
public override bool NotifyReaderDisconnectEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyReaderExceptionEvent
To enable/disable Reader Exception Event Notification. The Application can continue to use the connection if the reader renders is usable.
Declaration
public override bool NotifyReaderExceptionEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyRFSurveyStartEvent
To enable/disable RF Survey Start Event Notification.
Declaration
public override bool NotifyRFSurveyStartEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyRFSurveyStopEvent
To enable/disable RFSurvey Stop Event Notification.
Declaration
public override bool NotifyRFSurveyStopEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
NotifyTemperatureAlarmEvent
To enable/disable Temperature Alarm Event Notification.
Declaration
public override bool NotifyTemperatureAlarmEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Events
ReadNotify
Notifies the Tag Read Notification.
Declaration
public override event Events.ReadNotifyHandler ReadNotify
Event Type
| Type | Description |
|---|---|
| Events.ReadNotifyHandler |
Overrides
StatusNotify
Notifies the status change notification
Declaration
public override event Events.StatusNotifyHandler StatusNotify
Event Type
| Type | Description |
|---|---|
| Events.StatusNotifyHandler |