DirectIOData(Int32, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.