コード例 #1
0
            protected override Result ReadImpl(long offset, Span <byte> destination)
            {
                // In secure mode, if Handle is old and the card's device ID and
                // header hash are still the same, Handle is updated to the new handle

                return(GameCard.Read(Handle, offset, destination));
            }