public PhoneControlMessage(PhoneControlType type, byte[] cookie, params string[] parts)
     : base(Endpoint.PhoneControl)
 {
     this._type   = type;
     this._parts  = parts.ToList();
     this._cookie = cookie;
 }
 public PhoneControlMessage(PhoneControlType type, byte[] cookie, params string[] parts)
     : base(Endpoint.PhoneControl)
 {
     this._type = type;
     this._parts = parts.ToList();
     this._cookie = cookie;
 }
 public PhoneControlMessage(PhoneControlType type, byte[] cookie, params String[] parts)
     : base(P3bbleEndpoint.PhoneControl)
 {
     _type   = type;
     _parts  = parts.ToList();
     _length = 0;
     _cookie = cookie;
 }
 public PhoneControlMessage(PhoneControlType type, byte[] cookie, params String[] parts)
     : base(P3bbleEndpoint.PhoneControl)
 {
     _type = type;
     _parts = parts.ToList();
     _length = 0;
     _cookie = cookie;
 }