Enum Protocol
Enumeration for transport protocols.
Namespace: WSCT.Wrapper
Assembly: WSCT.dll
Syntax
public enum Protocol
Fields
| Name | Description |
|---|---|
| Any | T=0 or T=1 protocol. |
| Raw | The Raw Transfer protocol is in use. |
| T0 | The ISO 7816/3 T=0 protocol is in use. |
| T1 | The ISO 7816/3 T=1 protocol is in use. |
| T15 | General pseudo protocol T=F. |
| Unset | Unknown protocol. |