CloverExamplePOS.CloverExamplePOSForm.OnDeviceError C# (CSharp) 메소드

OnDeviceError() 공개 메소드

public OnDeviceError ( CloverDeviceErrorEvent deviceErrorEvent ) : void
deviceErrorEvent CloverDeviceErrorEvent
리턴 void
        public void OnDeviceError(CloverDeviceErrorEvent deviceErrorEvent)
        {
            uiThread.Send(delegate (object state) {
                AlertForm.Show(this, "Device Error", deviceErrorEvent.Message);
            }, null);
        }

Same methods

CloverExamplePOSForm::OnDeviceError ( Exception e ) : void
CloverExamplePOSForm