RemoteOrderDisplay.ResetVideo Method
2/27/2008
Sets the specified video unit(s) to a turned on state.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub ResetVideo ( _
units As DeviceUnits _
)
public abstract void ResetVideo (
DeviceUnits units
)
public:
virtual void ResetVideo (
DeviceUnits units
) abstract
public abstract void ResetVideo (
DeviceUnits units
)
public abstract function ResetVideo (
units : DeviceUnits
)
Parameters
- units
The units to operate on.
Remarks
All service buffers and clocks associated with the unit(s) are released. All settable characteristics are set to default values.
ResetVideo may cause a PosControlException to be thrown with the following ErrorCode:
Value |
Description |
Failure |
An error occurred while communicating with one of the video units specified by units. The ErrorUnits and ErrorString properties are updated before return. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
RemoteOrderDisplay Class
RemoteOrderDisplay Members
Microsoft.PointOfService Namespace
ErrorString
ErrorUnits