Skip to content

PosSharp.Abstractions.IUposDevice.ErrorEvents

github-actions[bot] edited this page May 8, 2026 · 4 revisions

PosSharp v1.2.0 API Reference


IUposDevice.ErrorEvents Property

Gets the sequence of error events fired by the device.

R3.Observable<PosSharp.Abstractions.UposErrorEventArgs> ErrorEvents { get; }

Property Value

R3.Observable<UposErrorEventArgs>

Clone this wiki locally