ScpControl.Usb.UsbDevice.Rumble C# (CSharp) Method

Rumble() public method

public Rumble ( byte large, byte small ) : bool
large byte
small byte
return bool
        public virtual bool Rumble(byte large, byte small)
        {
            return false;
        }