DirectIOData(Int32, Object) Constructor

Definition

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

public DirectIOData (int data, object obj);
new Microsoft.PointOfService.DirectIOData : int * obj -> Microsoft.PointOfService.DirectIOData
Public Sub New (data As Integer, obj As Object)

Parameters

data
Int32

Integer data.

obj
Object

An object.

Applies to