OpenAccessRpg Delegate

Definition

Namespace: ASNA.DataGate.DataLink
Assembly: ASNA.QSys.DataGate.Client.dll

Represents a method that handles I/O operations with an Open Access RPG program.

public delegate void OpenAccessRpg(IOpenAccessReader rdr, IOpenAccessWriter wrt)

Parameters

Type Parameter name Description
IOpenAccessReader rdr The reader to read data from the RPG program.
IOpenAccessWriter wrt The writer to write data to the RPG program.

Remarks

Use this delegate for callbacks that manage reading from and writing to an Open Access RPG program via the provided channel interfaces.

See Also