Constructor.
Overload List
Name | Description | |
---|---|---|
![]() | CommandApdu()()()() |
Constructs a CommandAPDU with default capacity and content 0 0 0 0.
|
![]() | CommandApdu(array<Byte>[]()[][]) |
Constructs a CommandApdu from ISO7816 apdu bytes.
|
![]() | CommandApdu(Int32) |
Constructs a CommandAPDU with specified capacity and content 0 0 0 0.
|
![]() | CommandApdu(Byte, Byte) |
Constructs a CommandAPDU with default capacity and content CLA INS 0 0.
|
![]() | CommandApdu(Byte, Byte, Byte, Byte) |
Constructs a CommandAPDU with default capacity and content CLA INS P1 P2.
|