private void DisconnectBtn_Click(object sender, EventArgs e) { PS4.Notify(222, "@ShA_ToolBox - Disconnected"); PS4.DisconnectTarget(); // Disconnect to the PS4. }
/// <summary> /// Disconnects from target. /// </summary> public void Disconnect() { PS4.DisconnectTarget(); }