PosCommon.DirectIO(Int32, Int32, Object) Method

Definition

Used to communicate directly with the Service Object.

public abstract Microsoft.PointOfService.DirectIOData DirectIO (int command, int data, object obj);
abstract member DirectIO : int * int * obj -> Microsoft.PointOfService.DirectIOData
Public MustOverride Function DirectIO (command As Integer, data As Integer, obj As Object) As DirectIOData

Parameters

command
Int32

Command number. Specific values assigned by the Service Object.

data
Int32
obj
Object

Returns

Applies to