Section contents
ccomms.oxh
See Also
this& = NewRemoteLink&:
Creates a remote linkobject 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& = NewRemoteLink&: DeleteRemoteLink:(this&)
DeleteSerialInfo:(BYREF this&)
Destroys the remote link object.
BYREF this& |
A handle to a remote link object |
LOCAL this& this& = NewRemoteLink&: DeleteRemoteLink:(this&)
RemoteLinkCancelAll:(this&)
<TBS>
this& |
A handle to a remote link object |
RemoteLinkCancelLoadRemoteServer:(this&)
<TBS>
this& |
A handle to a remote link object |
RemoteLinkCancelNotifyStatusChng:(this&)
<TBS>
this& |
A handle to a remote link object |
RemoteLinkClose:(this&)
<TBS>
this& |
A handle to a remote link object |
result% = RemoteLinkConfig%:(this&,BYREF port&,
BYREF module&, BYREF lowPowerMode%)
<TBS>
this& |
A handle to a remote link object |
BYREF port& |
<TBS> |
BYREF module& |
<TBS> |
BYREF lowPowerMode% |
<TBS> |
result% |
<TBS> |
result% = RemoteLinkDisable%:(this&)
<TBS>
this& |
A handle to a remote link object |
result% |
<TBS> |
result% = RemoteLinkEnable%:(this&)
<TBS>
this& |
A handle to a remote link object |
result% |
<TBS> |
result% = RemoteLinkEnableFileAccess%:(this&,enable%)
<TBS>
this& |
A handle to a remote link object |
enable% |
<TBS> |
result% |
<TBS> |
result% = RemoteLinkLoadLocalServer%:(this&,result&,filename$,args$)
<TBS>
this& |
A handle to a remote link object |
result& |
<TBS> |
filename$ |
<TBS> |
args$ |
<TBS> |
result% |
<TBS> |
RemoteLinkLoadRemoteServerA:(this&,result&,filename$,args$,BYREF
status&)
<TBS>
this& |
A handle to a remote link object |
result& |
<TBS> |
filename$ |
<TBS> |
args$ |
<TBS> |
BYREF status& |
<TBS> |
RemoteLinkNotifyStatusChange:(this&,BYREF status&,state&)
<TBS>
this& |
A handle to a remote link object |
BYREF status& |
<TBS> |
state& |
<TBS> |
result% = RemoteLinkOpen%:(this&,interface%)
<TBS>
this& |
A handle to a remote link object |
interface% |
<TBS> |
result% |
<TBS> |
result% = RemoteLinkStatus%:(this&,status&)
<TBS>
this& |
A handle to a remote link object |
status& |
<TBS> |
result% |
<TBS> |
RemoteLinkStatus%:(this&,name$)
<TBS>
this& |
A handle to a remote link object |
name$ |
<TBS> |
version& = RemoteLinkStatus&:(this&)
<TBS>
this& |
A handle to a remote link object |
version& |
<TBS> |
RemoteLinkWaitForConnect:(this&,BYREF status&,state&)
<TBS>
this& |
A handle to a remote link object |
BYREF status& |
<TBS> |
state& |
<TBS> |