Share via


RFIDDataEventArgs Class

Definition

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)

Applies to