DeviceErrorEventArgs Class (POS for .NET v1.12 SDK Documentation)
2/27/2008
Defines the programmatic interface for the transmission of Device Error Events.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Class DeviceErrorEventArgs
Inherits PosEventArgs
public class DeviceErrorEventArgs : PosEventArgs
public ref class DeviceErrorEventArgs : public PosEventArgs
public class DeviceErrorEventArgs extends PosEventArgs
public class DeviceErrorEventArgs extends PosEventArgs
Remarks
Holds event data for device errors.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.PointOfService.PosEventArgs
Microsoft.PointOfService.DeviceErrorEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
DeviceErrorEventArgs Members
Microsoft.PointOfService Namespace