RFID.RFIDInterface.LakeChabotReader.API_TestSetRandomDataPulseTime C# (CSharp) Méthode

API_TestSetRandomDataPulseTime() public méthode

public API_TestSetRandomDataPulseTime ( UInt16 r_usOnTime, UInt16 r_usOffTime ) : Result
r_usOnTime UInt16
r_usOffTime UInt16
Résultat Result
        public Result API_TestSetRandomDataPulseTime
        (
            UInt16 r_usOnTime,
            UInt16 r_usOffTime
        )
        {
            return LakeChabotReader.MANAGED_ACCESS.API_TestSetRandomDataPulseTime
                        (
                            r_usOnTime,
                            r_usOffTime
                        );  
        }