Skip to content

acd665d2 c3ea 77f9 6c56 45d37eecb324

Arthur Frederico Neves edited this page Jul 19, 2016 · 4 revisions

TCPPublisher Fields

The TCPPublisher type exposes the following members.

Fields

 

Name Description
Protected field incomingPackEvent Event signaling that a packet arrived. (Inherited from Publisher.)
Protected field isAlive Boolean indicating whether the stream is still alive and able to receive new packages. (Inherited from Publisher.)
Protected field isEnabled Boolean indicating whether the publisher is currently active, publishing packages. (Inherited from Publisher.)
Protected field packQueue Queue that stores incoming packets. (Inherited from Publisher.)
Protected field publisherThread Thread that will run the reception and publication of packs. (Inherited from Publisher.)
  Back to Top

See Also

Reference

TCPPublisher Class
NETLIB.TCP Namespace

Clone this wiki locally