RemoteOrderDisplayBasic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class RemoteOrderDisplayBasic : Microsoft.PointOfService.RemoteOrderDisplay, IDisposable
type RemoteOrderDisplayBasic = class
inherit RemoteOrderDisplay
interface IDisposable
Public MustInherit Class RemoteOrderDisplayBasic
Inherits RemoteOrderDisplay
Implements IDisposable
- Inheritance
- 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
Events
DataEvent | |
DeviceAddedEvent | (Inherited from PosCommon) |
DeviceRemovedEvent | (Inherited from PosCommon) |
DirectIOEvent | |
ErrorEvent | |
OutputCompleteEvent | |
StateChangedEvent | |
StatusUpdateEvent |