Get copy of ATR bytes.

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

Syntax

C#
public byte[] GetBytes(
	int index,
	int length
)
Visual Basic
Public Function GetBytes ( 
	index As Integer,
	length As Integer
) As Byte()
Visual C++
public:
array<unsigned char>^ GetBytes(
	int index, 
	int length
)
F#
member GetBytes : 
        index : int * 
        length : int -> byte[] 

Parameters

index
Type: System..::..Int32
Start index.
length
Type: System..::..Int32
Number of bytes to copy.

Return Value

Type: array<Byte>[]()[][]
ATR bytes.

See Also