Update CRC checksum.

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

Syntax

C#
public void Update(
	byte[] data,
	int startpos,
	int len
)
Visual Basic
Public Sub Update ( 
	data As Byte(),
	startpos As Integer,
	len As Integer
)
Visual C++
public:
void Update(
	array<unsigned char>^ data, 
	int startpos, 
	int len
)
F#
member Update : 
        data : byte[] * 
        startpos : int * 
        len : int -> unit 

Parameters

data
Type: array<System..::..Byte>[]()[][]
data for which to calculate checksum
startpos
Type: System..::..Int32
start position with data
len
Type: System..::..Int32
length of data to check

See Also