public void GetDeviceList() { if (Status != (int)ClientSocketStatus.LoggedIn) { throw new InvalidOperationException("Not logged in!"); } Utils.SendPacket(SocketStream, PacketFactory.CreateManagerDevicesRequest()); }