Class Events
Inheritance
System.Object
Events
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: rfid.netcore.dll
Syntax
public abstract class Events
Properties
AttachRFSurveyDataWithReadEvent
Specified whether RF Survey should be reported along with the RFSurveyReadNotify Event Handler
Declaration
public abstract bool AttachRFSurveyDataWithReadEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AttachTagDataWithReadEvent
Specified whether TagData should be reported along with the ReadNotify Event Handler
Declaration
public abstract bool AttachTagDataWithReadEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
HostName
Declaration
public abstract string HostName { get; }
Property Value
| Type |
Description |
| System.String |
|
NotifyAccessStartEvent
To enable/disable Access Start Event Notification.
Declaration
public abstract bool NotifyAccessStartEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyAccessStopEvent
To enable/disable Access Stop Event Notification.
Declaration
public abstract bool NotifyAccessStopEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyAntennaEvent
To enable/disable Antenna Event Notification.
This event is generated when the Reader detects that an
antenna is connected or disconnected
Declaration
public abstract bool NotifyAntennaEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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 abstract bool NotifyBufferFullEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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 abstract bool NotifyBufferFullWarningEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyDebugInfoEvent
To enable/disable DEBUG_INFO_EVENT Notification
Declaration
public abstract bool NotifyDebugInfoEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyEASAlarmEvent
To enable/disable NXP_EAS_ALARM_EVENT Notification
Declaration
public abstract bool NotifyEASAlarmEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyGPIEvent
To enable/disable GPI Event Notification.
GPI_EVENT will be signaled every time an enabled GPI changes state.
Declaration
public abstract bool NotifyGPIEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyHandheldTriggerEvent
To enable/disable GPI Event Notification.
GPI_EVENT will be signaled every time an enabled GPI changes state.
Declaration
public abstract bool NotifyHandheldTriggerEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyInventoryStartEvent
To enable/disable Inventory Start Event Notification.
Declaration
public abstract bool NotifyInventoryStartEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyInventoryStopEvent
To enable/disable Inventory Stop Event Notification.
Declaration
public abstract bool NotifyInventoryStopEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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 abstract bool NotifyReaderDisconnectEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyReaderExceptionEvent
To enable/disable Reader Exception Event Notification.
The Application can continue to use the connection if the reader renders is usable.
Declaration
public abstract bool NotifyReaderExceptionEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyRFSurveyStartEvent
To enable/disable RF Survey Start Event Notification.
Declaration
public abstract bool NotifyRFSurveyStartEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyRFSurveyStopEvent
To enable/disable RFSurvey Stop Event Notification.
Declaration
public abstract bool NotifyRFSurveyStopEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NotifyTemperatureAlarmEvent
To enable/disable Temperature Alarm Event Notification.
Declaration
public abstract bool NotifyTemperatureAlarmEvent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Events
ReadNotify
Notifies the Tag Read Notification.
Declaration
public abstract event Events.ReadNotifyHandler ReadNotify
Event Type
StatusNotify
Notifies the status change notification
Declaration
public abstract event Events.StatusNotifyHandler StatusNotify
Event Type