Share via


DirectIOData Constructor

2/27/2008

Creates an instance of the DirectIOData structure with the specified data.

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

Syntax

'Declaration
Public Sub New ( _
    data As Integer, _
    obj As Object _
)
public DirectIOData (
    int data,
    Object obj
)
public:
DirectIOData (
    int data, 
    Object^ obj
)
public DirectIOData (
    int data, 
    Object obj
)
public function DirectIOData (
    data : int, 
    obj : Object
)

Parameters

  • data
    Integer data.
  • obj
    An object.

Remarks

This constructor creates an instance of the DirectIOData structure with the specified data.

See Also

Reference

DirectIOData Structure
DirectIOData Members
Microsoft.PointOfService Namespace