Share via


DataEventArgs Class

Definition

Defines the programmatic interface for the transmission of Data Events.

public class DataEventArgs : Microsoft.PointOfService.PosEventArgs
type DataEventArgs = class
    inherit PosEventArgs
Public Class DataEventArgs
Inherits PosEventArgs
Inheritance
DataEventArgs
Derived

Constructors

DataEventArgs(Int32)

Creates an instance of the DataEventArgs class by using device input status.

Properties

EventId

Gets the event identifier.

(Inherited from PosEventArgs)
Status

Gets the integer value for the device input status.

TimeStamp

Gets the DateTime of the event.

(Inherited from PosEventArgs)

Methods

SetStatus(Int32)

Sets the device input status.

ToString()

Returns a string that represents the input status.

Applies to