Base APDU interface for ISO7816.

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public interface IApdu
Visual Basic
<CLSCompliantAttribute(true)>
Public Interface IApdu
Visual C++
[CLSCompliantAttribute(true)]
public interface class IApdu
F#
[<CLSCompliantAttribute(true)>]
type IApdu =  interface end

See Also