DataEventArgs 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 Data Events.
public class DataEventArgs : Microsoft.PointOfService.PosEventArgs
type DataEventArgs = class
inherit PosEventArgs
Public Class DataEventArgs
Inherits PosEventArgs
- Inheritance
- 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. |