Click or drag to resize

HeadCorrectionAPIGetHash Method

Retrieves the Hash of the head correction table on the card without retrieving the whole correction file.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public string GetHash(
	int head,
	int correction = 0
)

Parameters

head  Int32
The head selector.
correction  Int32  (Optional)

Return Value

String
Hash of the correction table.
See Also