Share via


DataEventArgs.SetStatus Method

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

Usage

'Usage
Public Class dataEventArgsImplementation
    Inherits DataEventArgs
        Protected Overrides Function SetStatus(status As Integer)
            MyBase.SetStatus(status)
        End Function
End Class

Syntax

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

Parameters

  • status
    The device input status value to set.

Remarks

Sets the device input status.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

DataEventArgs Class
DataEventArgs Members
Microsoft.PointOfService Namespace