Beispiel #1
0
        public void Ramp(CameraTiltCommand tiltCommand)
        {
            CommandArgs args = new CommandArgs("CameraId", (int)this.ID);

            args.Add("Tilt", tiltCommand.ToString());
            this.Ramp(args);
        }