共用方式為


RemoteOrderDisplayBasic Class

Definition

public abstract class RemoteOrderDisplayBasic : Microsoft.PointOfService.RemoteOrderDisplay, IDisposable
type RemoteOrderDisplayBasic = class
    inherit RemoteOrderDisplay
    interface IDisposable
Public MustInherit Class RemoteOrderDisplayBasic
Inherits RemoteOrderDisplay
Implements IDisposable
Inheritance
RemoteOrderDisplayBasic
Implements

Constructors

RemoteOrderDisplayBasic()

Fields

CharacterSetAnsi

A constant value that is used by the SelectCharacterSet(DeviceUnits, Int32) method to set the video unit to use the ANSI character set.

(Inherited from RemoteOrderDisplay)
CharacterSetAscii

A constant value used by the SelectCharacterSet(DeviceUnits, Int32) method to set the video unit to use the ASCII character set.

(Inherited from RemoteOrderDisplay)
CharacterSetUnicode

A constant value that is used by the SelectCharacterSet(DeviceUnits, Int32) method to set the video unit to use the Unicode character set.

(Inherited from RemoteOrderDisplay)
ClockAll

A constant value that is used by the ControlClock method to set all clocks to start at the same time.

(Inherited from RemoteOrderDisplay)
ExtendedErrorBadClock

Indicates a Pause, Resume, Start, Stop, or Move command was requested on an uninitialized clockId for any of the video units indicated in units.

(Inherited from RemoteOrderDisplay)
ExtendedErrorFirmwareBadFile

Indicates the specified firmware file or files exist, but one or more of those files are either not in the correct format or are corrupted.

(Inherited from PosCommon)
ExtendedErrorNoBuffers

Indicates the requested buffer exceeds the total number of video save buffers the remote order display device can support at once as specified in the SystemVideoSaveBuffers property.

(Inherited from RemoteOrderDisplay)
ExtendedErrorNoClocks

Indicates the total number of clocks the remote order display device can support at one time as specified in the SystemClocks property has been reached.

(Inherited from RemoteOrderDisplay)
ExtendedErrorNoRegion

Indicates bufferId does not contain a previously saved video region for the selected units.

(Inherited from RemoteOrderDisplay)
ExtendedErrorNoRoom

Indicates all the buffer memory has been allocated for a specific unit. The ErrorUnits and ErrorString properties are updated.

(Inherited from RemoteOrderDisplay)
ExtendedErrorStatistics

Indicates a specified statistic could not be reset or updated.

(Inherited from PosCommon)
ExtendedErrorStatisticsDependency (Inherited from PosCommon)
StatisticCommunicationErrorCount

Holds the programmatic name of the Communication Error Count common statistic.

(Inherited from PosCommon)
StatisticDeviceCategory

Holds the programmatic name of the Device Category common statistic.

(Inherited from PosCommon)
StatisticFirmwareRevision

Holds the programmatic name of the Firmware Revision common statistic.

(Inherited from PosCommon)
StatisticHoursPoweredCount

Holds the programmatic name of the Hours Powered On common statistic.

(Inherited from PosCommon)
StatisticInstallationDate

Holds the programmatic name of the Installation Date common statistic.

(Inherited from PosCommon)
StatisticInterface

Holds the programmatic name of the Interface common statistic.

(Inherited from PosCommon)
StatisticManufactureDate

Holds the programmatic name of the Manufacture Date common statistic.

(Inherited from PosCommon)
StatisticManufacturerName

Holds the programmatic name of the Manufacturer Name common statistic.

(Inherited from PosCommon)
StatisticMechanicalRevision

Holds the programmatic name of the Mechanical Revision common statistic.

(Inherited from PosCommon)
StatisticModelName

Holds the programmatic name of the Model Name common statistic.

(Inherited from PosCommon)
StatisticSerialNumber

Holds the programmatic name of the Serial Number common statistic.

(Inherited from PosCommon)
StatisticUnifiedPOSVersion

Holds the programmatic name of the Unified POS Version common statistic.

(Inherited from PosCommon)
StatusPowerOff

Indicates that the device’s power is turned off or it is detached from the terminal.

(Inherited from PosCommon)
StatusPowerOffline

Indicates that the device is powered on but is either not ready or unable to respond to requests.

(Inherited from PosCommon)
StatusPowerOffOffline

Indicates that either the device’s power is off or it is offline.

(Inherited from PosCommon)
StatusPowerOnline

Indicates that the device’s power is turned on and it is ready for use.

(Inherited from PosCommon)
StatusUpdateFirmwareComplete

Indicates the update firmware process has completed successfully.

(Inherited from PosCommon)
StatusUpdateFirmwareCompleteDeviceNotRestored

Indicates the update firmware process succeeded. However, the Service Object and/or the physical device cannot be returned to the state they were in before the update firmware process started.

(Inherited from PosCommon)
StatusUpdateFirmwareFailedDeviceNeedsFirmware

Indicates the update firmware process failed. The device will not be operational until another attempt to update the firmware is successful.

(Inherited from PosCommon)
StatusUpdateFirmwareFailedDeviceOk

Indicates the update firmware process failed. However, the device is still operational.

(Inherited from PosCommon)
StatusUpdateFirmwareFailedDeviceUnknown

Indicates the update firmware process failed. The device is in an indeterminate state.

(Inherited from PosCommon)
StatusUpdateFirmwareFailedDeviceUnrecoverable

Indicates the update firmware process failed. The device is either unusable or unrecoverable through software.

(Inherited from PosCommon)
StatusUpdateFirmwareProgress

Indicates the update firmware process has completed 1 to 100 percent successfully.

(Inherited from PosCommon)
WaitForever

Used as the value for a timeout parameter in common and device-specific methods to indicate the method should wait until it receives a response, instead of timing out.

(Inherited from PosCommon)

Properties

AsyncMode

Gets or sets a Boolean value that indicates whether methods are performed asynchronously.

(Inherited from RemoteOrderDisplay)
AutoToneDuration

Gets or sets the duration (in milliseconds) of the automatic tone for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
AutoToneFrequency

Gets or sets the frequency (in Hertz) of the automatic tone for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
CapCompareFirmwareVersion
CapMapCharacterSet

Gets a Boolean value that indicates whether the service object can map characters to the character sets that are defined in CharacterSetList.

(Inherited from RemoteOrderDisplay)
CapPowerReporting
CapSelectCharacterSet

Gets a Boolean value that indicates whether the video unit specified by the CurrentUnitId property can be loaded with an alternate, user-supplied character set.

(Inherited from RemoteOrderDisplay)
CapStatisticsReporting
CapTone

Gets a Boolean value that indicates whether the video unit specified by the CurrentUnitId property supports an enunciator.

(Inherited from RemoteOrderDisplay)
CapTouch

Gets a Boolean value that indicates whether the video unit specified by the CurrentUnitId property supports the TouchUp, TouchDown, and TouchMove event types.

(Inherited from RemoteOrderDisplay)
CapTransaction

Gets a Boolean value that indicates whether transactions are supported by each video unit.

(Inherited from RemoteOrderDisplay)
CapUpdateFirmware
CapUpdateStatistics
CharacterSet

Gets the character set for displaying characters for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
CharacterSetList

Gets the character set for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
CheckHealthText

Gets a string that indicates the health of the device.

(Inherited from PosCommon)
Claimed
Clocks

Gets the number of clocks the video unit, specified by the CurrentUnitId property, can support.

(Inherited from RemoteOrderDisplay)
CommonProperties
Compatibility (Inherited from PosDevice)
CurrentUnitId

Gets or sets the current video unit ID. Up to 32 units are allowed on one remote order display device. The unit ID definitions range from Unit1 to Unit32.

(Inherited from RemoteOrderDisplay)
DataCount
DataEventEnabled
DeviceDescription
DeviceEnabled
DeviceInstanceId (Inherited from PosCommon)
DeviceName
DevicePath

Gets or sets the hardware path of a device.

(Inherited from PosCommon)
ErrorCount
ErrorString

Gets an error description that occurred to the video units.

(Inherited from RemoteOrderDisplay)
ErrorUnits

Gets a bitwise mask of the video units that encountered an error.

(Inherited from RemoteOrderDisplay)
EventString

Gets an error description for an error event.

(Inherited from RemoteOrderDisplay)
EventType

Gets or sets event types.

(Inherited from RemoteOrderDisplay)
EventUnitId

Gets a video unit ID.

(Inherited from RemoteOrderDisplay)
EventUnits

Gets device unit(s).

(Inherited from RemoteOrderDisplay)
ExternallyClaimed
FreezeEvents
HardwareId (Inherited from PosCommon)
IsExclusiveUseDevice (Inherited from RemoteOrderDisplay)
MapCharacterSet

Gets or sets a Boolean value that indicates whether transferred characters are mapped to another character set.

(Inherited from RemoteOrderDisplay)
OutputId
PowerNotify
PowerState
ServiceObjectDescription
ServiceObjectVersion
State
SynchronizingObject

Gets or sets the object that is used to marshal the event handler calls issued because of a POS event.

(Inherited from PosCommon)
SystemClocks

Gets the total number of clocks the remote order display device can support at one time.

(Inherited from RemoteOrderDisplay)
SystemVideoSaveBuffers

Gets the total number of video save buffers the remote order display device can support at one time.

(Inherited from RemoteOrderDisplay)
Timeout

Gets or sets the timeout value in milliseconds used by the remote order display device to complete all supported output methods.

(Inherited from RemoteOrderDisplay)
UnitsOnline

Gets which video units are online.

(Inherited from RemoteOrderDisplay)
VideoDataCount

Gets the number of DataEvent events queued for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
VideoMode

Gets or sets the video Mode ID selected for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
VideoModesList

Gets the video modes supported for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)
VideoSaveBuffers

Gets the number of save buffers for the video unit specified by the CurrentUnitId property.

(Inherited from RemoteOrderDisplay)

Methods

CheckHealth(HealthCheckLevel)

Tests the state of a device.

(Inherited from PosCommon)
Claim(Int32)
ClearInput()
ClearInputImpl()
ClearOutput()
ClearOutputImpl()
ClearVideo(DeviceUnits, VideoAttributes)

Clears the display area for the video unit(s) specified by the units parameter.

(Inherited from RemoteOrderDisplay)
ClearVideoRegion(DeviceUnits, Int32, Int32, Int32, Int32, VideoAttributes) (Inherited from RemoteOrderDisplay)
Close()
CompareFirmwareVersion(String)

Determines whether the version of the specified firmware is newer than, older than, or the same as the version of firmware in the physical device.

(Inherited from PosCommon)
ControlClock(DeviceUnits, ClockFunction, Int32, Int32, Int32, Int32, Int32, Int32, VideoAttributes, ClockMode)

Performs the clock command requested in clockFunction on the specified video unit(s).

(Inherited from RemoteOrderDisplay)
ControlCursor(DeviceUnits, VideoCursorType)

Enables or disables the cursor for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
CopyVideoRegion(DeviceUnits, Int32, Int32, Int32, Int32, Int32, Int32)

Copies a region of the display area to a new location on the display area for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
CreateStatistic(String, Boolean, String)
CreateStatistic(String, Boolean)
DeleteConfigurationProperty(String)

Deletes the specified property from the XML configuration file.

(Inherited from PosCommon)
DirectIO(Int32, Int32, Object)

Used to communicate directly with the Service Object.

(Inherited from PosCommon)
DisplayData(DeviceUnits, Int32, Int32, VideoAttributes, String)

Displays the characters in data starting at the location that is specified by row and column, and continues in succeeding columns on the video unit(s) indicated in the units parameter.

(Inherited from RemoteOrderDisplay)
Dispose()
Dispose(Boolean)
DrawBox(DeviceUnits, Int32, Int32, Int32, Int32, VideoAttributes, BorderType)

Draws a box on the specified video unit(s).

(Inherited from RemoteOrderDisplay)
FreeVideoRegion(DeviceUnits, Int32)

Frees any buffer memory allocated for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
GetConfigurationProperty(String)

Used by the Service Object to retrieve the specified property from the XML configuration file.

(Inherited from PosCommon)
GetStatisticValue(String)
IncrementStatistic(String, Int32)
IncrementStatistic(String)
Invoke(Delegate, Object[])

Used by the Service Objects to raise an event.

(Inherited from PosCommon)
Open()
PreFireEvent(DataEventArgs)
PreFireEvent(DeviceErrorEventArgs)
PreFireEvent(DirectIOEventArgs)
PreFireEvent(OutputCompleteEventArgs)
PreFireEvent(StatusUpdateEventArgs)
QueueEvent(DataEventArgs)
QueueEvent(DeviceErrorEventArgs)
QueueEvent(DirectIOEventArgs)
QueueEvent(OutputCompleteEventArgs)
QueueEvent(StatusUpdateEventArgs)
QueueEventAndWait(DeviceErrorEventArgs)
QueueEventAndWait(DirectIOEventArgs)
Release()
ResetStatistic(String)
ResetStatistics()
ResetStatistics(StatisticCategories)
ResetStatistics(String[])
ResetVideo(DeviceUnits)

Sets the specified video unit(s) to a turned on state.

(Inherited from RemoteOrderDisplay)
RestoreVideoRegion(DeviceUnits, Int32, Int32, Int32)

Restores a previously saved video region of the display area from the requested bufferId for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
RetrieveStatistic(String)
RetrieveStatistics()
RetrieveStatistics(StatisticCategories)
RetrieveStatistics(String[])
SaveVideoRegion(DeviceUnits, Int32, Int32, Int32, Int32, Int32)

Saves the specified video region of the display area to one of the provided video buffers for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
SelectCharacterSet(DeviceUnits, Int32)

Selects a compatible character set for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
SetConfigurationProperty(String, String)

Sets a property value (or create a new property) in the XML configuration file.

(Inherited from PosCommon)
SetCursor(DeviceUnits, Int32, Int32)

Updates the cursor position on the specified video unit(s).

(Inherited from RemoteOrderDisplay)
SetStatisticHandlers(String, GetStatistic, SetStatistic)
SetStatisticValue(String, Object)
TransactionDisplay(DeviceUnits, RemoteOrderDisplayTransaction)

Enters or exits transaction mode for the specified video unit(s).

(Inherited from RemoteOrderDisplay)
UpdateFirmware(String)

Updates the firmware of a device with the version of the firmware contained or defined in the file specified by the firmwareFileName parameter regardless of whether that firmware’s version is newer than, older than, or the same as the version of the firmware already in the device.

(Inherited from PosCommon)
UpdateStatistic(String, Object)
UpdateStatistics(Statistic[])
UpdateStatistics(StatisticCategories, Object)
UpdateVideoRegionAttribute(DeviceUnits, VideoAttributeCommand, Int32, Int32, Int32, Int32, VideoAttributes) (Inherited from RemoteOrderDisplay)
VerifyState(Boolean, Boolean)
VideoSound(DeviceUnits, Int32, Int32, Int32, Int32)

Sounds the video enunciator for the specified units.

(Inherited from RemoteOrderDisplay)

Events

DataEvent
DeviceAddedEvent (Inherited from PosCommon)
DeviceRemovedEvent (Inherited from PosCommon)
DirectIOEvent
ErrorEvent
OutputCompleteEvent
StateChangedEvent
StatusUpdateEvent

Applies to