Call WRITE COMPONENT ATTR command.

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

Syntax

C#
protected virtual void CmdWriteComponentAttr(
	int CID,
	byte[] attributes
)
Visual Basic
Protected Overridable Sub CmdWriteComponentAttr ( 
	CID As Integer,
	attributes As Byte()
)
Visual C++
protected:
virtual void CmdWriteComponentAttr(
	int CID, 
	array<unsigned char>^ attributes
)
F#
abstract CmdWriteComponentAttr : 
        CID : int * 
        attributes : byte[] -> unit 
override CmdWriteComponentAttr : 
        CID : int * 
        attributes : byte[] -> unit 

Parameters

CID
Type: System..::..Int32
CID of component
attributes
Type: array<System..::..Byte>[]()[][]
attributes

See Also