IOpenFile interface | QSYS API Reference Guide
Defines the contract for managing an open file in the ASNA DataGate client.
Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll
Extends: doesn’t extend any other interfaces.
Remarks
This interface provides properties to manage an open file in the ASNA DataGate client. It includes properties to get the path of the open file, the number of valid fields in the open file, the ID, status, access mode, and share type of the open file, the number of I/O operations performed on the open file, and the relative record number (RRN) of the open file.
Properties
Type | Name | Description |
---|---|---|
AccessMode | AccessMode | Gets the access mode of the open file. |
Int32 | IOCount | Gets the number of I/O operations performed on the open file. |
Int32 | ObjectID | Gets the ID of the open file. |
String | Path | Gets the path of the open file. |
Int64 | RRN | Gets the relative record number (RRN) of the open file. |
ShareTypes | ShareType | Gets the share type of the open file. |
String | Status | Gets the status of the open file. |
Int32 | ValidFields | Gets the number of valid fields in the open file. |