RetrieveDeviceStatusResponse

public class RetrieveDeviceStatusResponse:BaseResponse

response to a retrieve device status request

  • the state of the device

    • UNKNOWN
    • IDLE
    • BUSY
    • WAITING_FOR_POS
    • WAITING_FOR_CUSTOMER

    Declaration

    Swift

    public var state:ExternalDeviceState
  • optionally contains relevant information for the state

    Declaration

    Swift

    public var data:ExternalDeviceStateData?