HID OMNIKEY Smart Card Readers' Sample Codes  0.0.0.116
HidGlobal.OK.Readers.Components.IoRequest Struct Reference

The SCardIORequest structure begins a protocol control information structure. Any protocol-specific information then immediately follows this structure. More...

Public Attributes

int Protocol
 Protocol in use SCardProtocol. More...
 
int PciLength
 Length, in bytes, of the SCardIORequest structure plus any following PCI-specific information. More...
 

Detailed Description

The SCardIORequest structure begins a protocol control information structure. Any protocol-specific information then immediately follows this structure.

The entire length of the structure must be aligned with the underlying hardware architecture word size. For example, in Win32 the length of any PCI information must be a multiple of four bytes so that it aligns on a 32-bit boundary.

Member Data Documentation

◆ PciLength

int HidGlobal.OK.Readers.Components.IoRequest.PciLength

Length, in bytes, of the SCardIORequest structure plus any following PCI-specific information.

◆ Protocol

int HidGlobal.OK.Readers.Components.IoRequest.Protocol

Protocol in use SCardProtocol.


The documentation for this struct was generated from the following file: