Uses of Interface
networkTransfer.receive.NetworkDataUser
Packages that use NetworkDataUser
- 
Uses of NetworkDataUser in networkTransfer.receive
Classes in networkTransfer.receive that implement NetworkDataUserModifier and TypeClassDescriptionclassReceive near real time data over the network in the form of packaged PamDataUnits.Methods in networkTransfer.receive with parameters of type NetworkDataUserModifier and TypeMethodDescriptionvoidNetworkReceiver.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.Constructors in networkTransfer.receive with parameters of type NetworkDataUserModifierConstructorDescriptionNetworkReceiveThread(Socket clientSocket, NetworkDataUser networkDataUser)  - 
Uses of NetworkDataUser in nidaqdev.networkdaq
Classes in nidaqdev.networkdaq that implement NetworkDataUserModifier and TypeClassDescriptionclassDAQ system to receive data from remote NI Compact Rio chassis in compressed or uncompressed data formats.