RFID.RFIDInterface.LakeChabotReader.API_GpioReadPins C# (CSharp) Method

API_GpioReadPins() public method

public API_GpioReadPins ( byte r_Mask, byte &r_Value ) : Result
r_Mask byte
r_Value byte
return Result
        public Result API_GpioReadPins
        (
                byte r_Mask,
            ref byte r_Value
        )
        { 
            return LakeChabotReader.MANAGED_ACCESS.API_GpioReadPins
                        (
                                r_Mask,
                            ref r_Value
                        );          
        
        }