Share via


DataEventArgs.SetStatus Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Sets the device input status.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Protected Function SetStatus ( _
    status As Integer _
) As Integer
protected int SetStatus (
    int status
)
protected:
int SetStatus (
    int status
)
protected int SetStatus (
    int status
)
protected function SetStatus (
    status : int
) : int

Parameters

  • status
    The device input status value to set.

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

DataEventArgs Class
DataEventArgs Members
Microsoft.PointOfService Namespace