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

MacGetError() public method

public MacGetError ( uint &errorCode, uint &lastErrorCode ) : rfid.Constants.Result
errorCode uint
lastErrorCode uint
return rfid.Constants.Result
        public rfid.Constants.Result MacGetError(out uint errorCode, out uint lastErrorCode)
        {
            errorCode = uint.MaxValue;
            lastErrorCode = uint.MaxValue;
            return LakeChabotReader.MANAGED_ACCESS.API_MacGetError(ref errorCode, ref lastErrorCode);
        }