Call BasicCard READ COMPONENT DATA command.

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

Syntax

C#
protected virtual byte[] CmdReadComponentData(
	int CID
)
Visual Basic
Protected Overridable Function CmdReadComponentData ( 
	CID As Integer
) As Byte()
Visual C++
protected:
virtual array<unsigned char>^ CmdReadComponentData(
	int CID
)
F#
abstract CmdReadComponentData : 
        CID : int -> byte[] 
override CmdReadComponentData : 
        CID : int -> byte[] 

Parameters

CID
Type: System..::..Int32
CID of component

Return Value

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

See Also