Call BasicCard READ COMPONENT ATTR command.

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

Syntax

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

Parameters

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

Return Value

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

See Also