Append an 3 byte 24 bit integer value to this apdu (IDATA).

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

Syntax

C#
public virtual void Append24BitInteger(
	int value
)
Visual Basic
Public Overridable Sub Append24BitInteger ( 
	value As Integer
)
Visual C++
public:
virtual void Append24BitInteger(
	int value
)
F#
abstract Append24BitInteger : 
        value : int -> unit 
override Append24BitInteger : 
        value : int -> unit 

Parameters

value
Type: System..::..Int32
Integer value to append.

Exceptions

ExceptionCondition
System..::..IndexOutOfRangeExceptionIf capacity exceeded.

See Also