private SCARD_IO_REQUEST(CardPCI protocol) { this.dwProtocol = (uint)protocol; #if NET20 || NET40 this.cbPciLength = Marshal.SizeOf(typeof(SCARD_IO_REQUEST)); #else this.cbPciLength = Marshal.SizeOf <SCARD_IO_REQUEST>(); #endif }
private SCARD_IO_REQUEST(CardPCI protocol) { this.dwProtocol = (uint) protocol; this.cbPciLength = Marshal.SizeOf(typeof(SCARD_IO_REQUEST)); }
private SCARD_IO_REQUEST(CardPCI protocol) { this.dwProtocol = (uint)protocol; this.cbPciLength = Marshal.SizeOf(typeof(SCARD_IO_REQUEST)); }