Constructs a CommandAPDU with specified capacity and content 0 0 0 0.

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

Syntax

C#
public CommandApdu(
	int capacity
)
Visual Basic
Public Sub New ( 
	capacity As Integer
)
Visual C++
public:
CommandApdu(
	int capacity
)
F#
new : 
        capacity : int -> CommandApdu

Parameters

capacity
Type: System..::..Int32
maximum amount of bytes this APDU may hold

See Also