Section contents
ccomms.oxh
See Also
this& = NewCommServerConfig&:
Creates a comms server configuration object and returns a handle which allows the object to be manipulated.
this& |
An value which represents the created object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewCommServerConfig&: DeleteCommServerConfig:(this&)
DeleteCommServerConfig:(BYREF this&)
Destroys the comms server configuration object.
BYREF this& |
A handle to a comms server configuration object |
LOCAL this& this& = NewCommServerConfig&: DeleteCommServerConfig:(this&)
flags& = CommServerConfigBufFlags&:(this&)
Either KCommBufferFull or KCommBufferPartial.
this& |
A handle to a comms server configuration object |
flags& |
The buffer flags |
size& = CommServerConfigBufSize&:(this&)
Size of server buffer if partial buffering is being used
this& |
A handle to a comms server configuration object |
size& |
Size of server buffer if partial buffering is being used |
CommServerConfigSetBufFlags:(this&,flags&)
Either KCommBufferFull or KCommBufferPartialr.
this& |
A handle to a comms server configuration object |
flags& |
The buffer flags |
CommServerConfigSetBufSize:(this&,size&)
Sets the size of server buffer if partial buffering is being used
this& |
A handle to a comms server configuration object |
size& |
Size of server buffer if partial buffering is being used |