Get copy of all ATR bytes.

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

Syntax

C#
public byte[] GetBytes()
Visual Basic
Public Function GetBytes As Byte()
Visual C++
public:
array<unsigned char>^ GetBytes()
F#
member GetBytes : unit -> byte[] 

Return Value

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

See Also