Constructor.

Overload List

  NameDescription
Public methodCommandApdu()()()()
Constructs a CommandAPDU with default capacity and content 0 0 0 0.
Public methodCommandApdu(array<Byte>[]()[][])
Constructs a CommandApdu from ISO7816 apdu bytes.
Public methodCommandApdu(Int32)
Constructs a CommandAPDU with specified capacity and content 0 0 0 0.
Public methodCommandApdu(Byte, Byte)
Constructs a CommandAPDU with default capacity and content CLA INS 0 0.
Public methodCommandApdu(Byte, Byte, Byte, Byte)
Constructs a CommandAPDU with default capacity and content CLA INS P1 P2.

See Also