Example #1
0
        public void OnDeviceError(CloverDeviceErrorEvent deviceErrorEvent)
        {
            OnDeviceErrorMessage deviceError = new OnDeviceErrorMessage();

            deviceError.payload = deviceErrorEvent;
            WebSocket.Send(Serialize(deviceError));
        }
 public void OnDeviceError(CloverDeviceErrorEvent deviceErrorEvent)
 {
     OnDeviceErrorMessage deviceError = new OnDeviceErrorMessage();
     deviceError.payload = deviceErrorEvent;
     WebSocket.Send(Serialize(deviceError));
 }