Ejemplo n.º 1
0
        public void SetTiltMovePower(PTPower power)
        {
            Byte result = _c.GetByte(PTCommand.SetTiltPowerMove, (byte)power);

            ValidateResult(result);
        }
Ejemplo n.º 2
0
        public void SetPanHoldPower(PTPower power)
        {
            Byte result = _c.GetByte(PTCommand.SetPanPowerHold, (byte)power);

            ValidateResult(result);
        }