DirectIOEventArgs 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 Direct IO Events.
public class DirectIOEventArgs : Microsoft.PointOfService.PosEventArgs
type DirectIOEventArgs = class
inherit PosEventArgs
Public Class DirectIOEventArgs
Inherits PosEventArgs
- Inheritance
Constructors
DirectIOEventArgs(Int32, Int32, Object) |
Creates an instance of the DirectIOEventArgs class with the specified data. |
Properties
Data | |
EventId |
Gets the event identifier. (Inherited from PosEventArgs) |
EventNumber | |
Object | |
TimeStamp |
Gets the DateTime of the event. (Inherited from PosEventArgs) |
Methods
ToString() |