|
NETLink::Accept()
|
|
Accept() is used to accept count items into the
data array.
|
|
NETLink::Destroy()
|
|
Destroy() is used to destroy the NETLink object.
|
|
NETLink::IsDead()
|
|
IsDead() is used to establish if the NETLink is dead.
|
|
NETLink::Send()
|
|
Send() is used to send count items from a data
array over the NETLink.
|
|
NETLink::XDRAccept()
|
|
XDRAccept() is used to accept count items into the
data array from over the NETLink.
|
|
NETLink::XDRSend()
|
|
XDRSend() is used to send count items from a data
array over the NETLink.
|