RFID.RFIDInterface.LakeChabotReader.MacGetError C# (CSharp) 메소드

MacGetError() 공개 메소드

public MacGetError ( uint &errorCode, uint &lastErrorCode ) : rfid.Constants.Result
errorCode uint
lastErrorCode uint
리턴 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);
        }