DMNETOPEN(3dm) DMNETOPEN(3dm)
dmNetOpen, dmNetClose - open/close a dmNet connection to another process
#include <dmedia/dmnet.h>
DMstatus dmNetOpen(DMNetConnection*);
DMstatus dmNetClose(DMNetConnection);
dmNetOpen Allocates and initializes a DMNetConnection structure which can
be used to open a connection to a remote process in order to pass
DMbuffers.
dmNetClose closes and de-allocates all structures associated with the
specified DMNetConnection.
dmNetOpen returns DM_FAILURE if a DMNetConnection could not be allocated
and DM_SUCCESS otherwise. dmNetClose returns DM_FAILURE if the specified
DMNetConnection was not valid and DM_SUCCESS otherwise.
dmNetConnect(3dm), dmNetListen(3dm), dmNetRegister(3dm)
DMNETOPEN(3dm) DMNETOPEN(3dm)
dmNetOpen, dmNetClose - open/close a dmNet connection to another process
#include <dmedia/dmnet.h>
DMstatus dmNetOpen(DMNetConnection*);
DMstatus dmNetClose(DMNetConnection);
dmNetOpen Allocates and initializes a DMNetConnection structure which can
be used to open a connection to a remote process in order to pass
DMbuffers.
dmNetClose closes and de-allocates all structures associated with the
specified DMNetConnection.
dmNetOpen returns DM_FAILURE if a DMNetConnection could not be allocated
and DM_SUCCESS otherwise. dmNetClose returns DM_FAILURE if the specified
DMNetConnection was not valid and DM_SUCCESS otherwise.
dmNetConnect(3dm), dmNetListen(3dm), dmNetRegister(3dm)
PPPPaaaaggggeeee 1111 [ Back ]
|