RFIDDataEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the programmatic interface for the transmission of RFID data events.
public class RFIDDataEventArgs : Microsoft.PointOfService.DataEventArgs
type RFIDDataEventArgs = class
inherit DataEventArgs
Public Class RFIDDataEventArgs
Inherits DataEventArgs
- Inheritance
Constructors
RFIDDataEventArgs(Byte[], Byte[], DateTime) |
Creates an instance of the RFIDDataEventArgs class by using the id, data, and time parameters. |
RFIDDataEventArgs(ICollection<RFIDTag>) |
Creates an instance of the RFIDDataEventArgs class by using the currentTags parameter. |
RFIDDataEventArgs(RFIDTag) |
Creates an instance of the RFIDDataEventArgs class by using the tag parameter. |
Properties
CurrentTags | |
EventId |
Gets the event identifier. (Inherited from PosEventArgs) |
Status |
Gets the integer value for the device input status. (Inherited from DataEventArgs) |
TimeStamp |
Gets the DateTime of the event. (Inherited from PosEventArgs) |
Methods
SetStatus(Int32) |
Sets the device input status. (Inherited from DataEventArgs) |
ToString() |
Returns a string that represents the input status. (Inherited from DataEventArgs) |