Class AbstractIoRequest
Abstract IoRequest structure to be implemented by PC/SC wrapper.
Inheritance
System.Object
AbstractIoRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
public abstract class AbstractIoRequest
Properties
| Improve this Doc View SourcePciLength
PCI length.
Declaration
public abstract uint PciLength { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Protocol
Protocol (see Protocol).
Declaration
public abstract uint Protocol { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |