dadConnect
dadConnect makes the physical connection for a given dataflow
as defined by either
dadHost or
dadInit.
f77: Call dadConnect( Dataflow, Id, err)
integer Id, err
character *(*)Dataflow
or
C: int dadConnect( char *Dataflow, int *Id, int *err )
- The variable Id returns a handle which will be used in
later calls to the Dad library to specify the opened connection.
- The Dataflow is the name of the dataflow that is expected
to be served by the server as it was given to
dadHost or
dadInit.
- The Err is set to 0 if the call was successfull or contains
a Dad error number.
This page is maintained by Wolfgang Wander