Uses of Interface
networkTransfer.receive.NetworkDataUser
-
Uses of NetworkDataUser in networkTransfer.receive
Modifier and TypeClassDescriptionclass
Receive near real time data over the network in the form of packaged PamDataUnits.Modifier and TypeMethodDescriptionvoid
NetworkReceiver.addExtraDataUser
(NetworkDataUser extraDataUser) Add an extra data user which will get called with ALL data arriving over the network so can handle additional functions / data types not managed by the standard build in data user which doesn't know much about anything but PAMDataUnits.ModifierConstructorDescriptionNetworkReceiveThread
(Socket clientSocket, NetworkDataUser networkDataUser) -
Uses of NetworkDataUser in nidaqdev.networkdaq
Modifier and TypeClassDescriptionclass
DAQ system to receive data from remote NI Compact Rio chassis in compressed or uncompressed data formats.