PinPadBase.ClearInputProperties Method (POS for .NET v1.12 SDK Documentation)
2/27/2008
Resets the values of properties altered by DataEvent or ErrorEvent.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Overrides Sub ClearInputProperties
public override void ClearInputProperties ()
public:
virtual void ClearInputProperties () override
public void ClearInputProperties ()
public override function ClearInputProperties ()
Remarks
Sets all data properties populated by a firing of DataEvent or ErrorEvent back to their default values. This does not reset the DataCount or State properties.
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
PinPadBase Class
PinPadBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace