Appends a single data byte to the data field of this command APDU.
Name | Description |
---|---|
AppendData(byte) | Appends a single data byte to the data field of this command APDU. |
AppendData(byte[]) | Appends the given data block to the data field of this command APDU. |
AppendData(byte[], int, int) | Appends a single data byte to the data field of this command APDU. |