Initializing help system before first use

XPRMIOCallbackInput Delegate

Delegate defining IO driver callbacks for output streams. The model parameter may be null if the stream is being used directly by Mosel (for example, for compilation). Also passed is a reference to an object you specified when the callback was created. You should return a byte array containing the data to write - this must not be larger than maxWrite bytes.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public delegate byte[] XPRMIOCallbackInput(
	XPRMModel model,
	Object obj,
	uint maxWrite
)

Parameters

model
Type:  MoselXPRMModel
obj
Type:  SystemObject
maxWrite
Type:  SystemUInt32

Return Value

Type:  Byte
See Also

Reference