RemoteOrderDisplay.ClearVideo(DeviceUnits, VideoAttributes) Method
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.
Clears the display area for the video unit(s) specified by the units parameter.
public abstract void ClearVideo (Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.VideoAttributes attribute);
abstract member ClearVideo : Microsoft.PointOfService.DeviceUnits * Microsoft.PointOfService.VideoAttributes -> unit
Public MustOverride Sub ClearVideo (units As DeviceUnits, attribute As VideoAttributes)
Parameters
- units
- DeviceUnits
Indicates which unit(s) to operate on.
- attribute
- VideoAttributes
The video attributes to clear.