Exemplo n.º 1
0
        /// <inheritdoc />
        public void SetAttrib(IntPtr attributeId, byte[] sendBuffer, int sendBufferLength)
        {
            var handle = CardHandle.Handle;

            _api.SetAttrib(handle, attributeId, sendBuffer, sendBufferLength)
            .ThrowIfNotSuccess();
        }