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

Pair() public method

public Pair ( System.Net.NetworkInformation.PhysicalAddress master ) : bool
master System.Net.NetworkInformation.PhysicalAddress
return bool
        public virtual bool Pair(PhysicalAddress master)
        {
            return false;
        }