Copy CID into byte array at position start.

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

Syntax

C#
protected static void CopyCidByte(
	int CID,
	byte[] target,
	int start
)
Visual Basic
Protected Shared Sub CopyCidByte ( 
	CID As Integer,
	target As Byte(),
	start As Integer
)
Visual C++
protected:
static void CopyCidByte(
	int CID, 
	array<unsigned char>^ target, 
	int start
)
F#
static member CopyCidByte : 
        CID : int * 
        target : byte[] * 
        start : int -> unit 

Parameters

CID
Type: System..::..Int32
CID
target
Type: array<System..::..Byte>[]()[][]
target byte array
start
Type: System..::..Int32
start position

See Also