XPRMIOCallbackOutput Delegate
  Delegate defining IO driver callbacks for input streams. This function will be called repeatedly as data is output by Mosel.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. 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
 Syntax
Syntax
    C#
   
  public delegate void XPRMIOCallbackOutput( XPRMModel model, Object obj, byte[] buf )
Parameters
- model
- 
   Type: 
   MoselXPRMModel
   
 
- obj
- 
   Type: 
   SystemObject
   
 
- buf
- 
   Type: 
   
   SystemByte
   
   
 
 See Also
See Also
 
