|
OC Updated for version 2.0
|
Functions | |
| OCerror | oc_open (const char *url, OCobject *linkp) |
| OCerror | oc_close (OCobject link) |
This procedure closes a previously opened link and releases all resources associated with that link.
| [in] | link | The link object to be closed. |
| OC_NOERR | The link was successfully closed. |
| OtherError | One of the arguments (link, etc.) was invalid. |
This procedure opens a link to some OPeNDAP data server to request a specific url, possibly with constraints. It returns an OClink object.
| [in] | url | The url for the OPeNDAP server to which a connection is created and the request is made. |
| [out] | linkp | A pointer to a location into which the link object is to be returned. |
| OC_NOERR | The link was successfully created. |
| OtherError | One of the arguments (link, etc.) was invalid. |
Definition at line 66 of file oc.c.
References OC_NOERR.
1.7.4