BusBase.ReceiveThread¶
-
protected class
ReceiveThreadextends Thread¶ A thread that continuously reads from a
BusConnectionand passes the receivedNotifications toBusBase.handleIncoming(rsb.protocol.NotificationType.Notification).- Author
jwienke
Constructors¶
ReceiveThread¶
-
public
ReceiveThread(BusConnection connection)¶ Constructs a new instance operating on the specified connection instance.
- Parameters
connection – the connection to read from