ACR data bytes.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
protected override byte[] DataBytes { get; set; }
Visual Basic
Protected Overrides Property DataBytes As Byte()
	Get
	Set
Visual C++
protected:
virtual property array<unsigned char>^ DataBytes {
	array<unsigned char>^ get () override;
	void set (array<unsigned char>^ value) override;
}
F#
abstract DataBytes : byte[] with get, set
override DataBytes : byte[] with get, set

Property Value

Type: array<Byte>[]()[][]

See Also