PosCommon.DirectIO(Int32, Int32, Object) Method
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.
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