Share via


StatusUpdateEventArgs Class

Definition

Defines the programmatic interface for the transmission of Status Update Events.

[System.Serializable]
public class StatusUpdateEventArgs : Microsoft.PointOfService.PosEventArgs
[<System.Serializable>]
type StatusUpdateEventArgs = class
    inherit PosEventArgs
Public Class StatusUpdateEventArgs
Inherits PosEventArgs
Inheritance
StatusUpdateEventArgs
Attributes

Constructors

StatusUpdateEventArgs(Int32)

Creates an instance of the StatusUpdateEventArgs class with the specified data.

Properties

EventId

Gets the event identifier.

(Inherited from PosEventArgs)
Status

Holds the device-specific status, describing the type of status change.

TimeStamp

Gets the DateTime of the event.

(Inherited from PosEventArgs)

Methods

ToString()

Applies to