/// <summary> /// Constructor /// </summary> public Communicator(RemoraDisplay remoraDisplay) { // set the reference to the display this.remora = remoraDisplay; // initialize the remoting zommunications // this.InitializeRemotingCommunications(); }
private uint vehicleStateChannelToken; // Token representing the vehicle state channel #endregion Fields #region Constructors /// <summary> /// Constructor /// </summary> public Communicator(RemoraDisplay remoraDisplay) { // set the reference to the display this.remora = remoraDisplay; // initialize the remoting zommunications // this.InitializeRemotingCommunications(); }
/// <summary> /// Constructor /// </summary> /// <param name="remora">Sets reference to the gui</param> public MessagingListener(RemoraDisplay remora) { // for callbacks this.remora = remora; }