Esempio n. 1
0
    public AntChannel OpenContinuousScanChannel(byte radioFreq, byte USBDeviceNum = 0)
    {
        AntChannel channel = this.gameObject.AddComponent <AntChannel>();

        channel.ConfigureContinuousScan(0x00, radioFreq, USBDeviceNum);
        return(channel);
    }