/// <summary> /// Constructor /// </summary> /// <param name="g">GMS Protocol using this implementation</param> public CoordGmsImpl(GMS g) { gms = g; name = "CoordGmsImpl"; }
bool leaveRsp = false; // set to this to allow sync /// <summary> /// Constructor /// </summary> /// <param name="g">GMS Protocol using this implementation</param> public ParticipantGmsImpl(GMS g) { gms = g; name = "ParticipantGmsImpl"; suspected_mbrs.Clear(); }
/// <summary> /// Constructor /// </summary> /// <param name="g">GMS Protocol using this implementation</param> public ClientGmsImpl(GMS g) { gms=g; name = "ClientGmsImpl"; }
/// <summary> /// Constructor /// </summary> /// <param name="g">GMS Protocol using this implementation</param> public ClientGmsImpl(GMS g) { gms = g; name = "ClientGmsImpl"; }
/// <summary> /// Constructor /// </summary> /// <param name="g">GMS Protocol using this implementation</param> public ParticipantGmsImpl(GMS g) { gms=g; name = "ParticipantGmsImpl"; suspected_mbrs.Clear(); }