NETLink class

The NETLink class represents one end point of a network (socket) connection to another process. A NETLink object is returned from a call to Inter-process communication.

Methods

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.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.