private void APIHandler_CameraAdded(CanonAPI sender) { if (sendToUnity != null) { sendToUnity("{\"CanmeraAdded\":" + sender.ToString() + "}"); } }