Click or drag to resize

JobDefinitionGetListHash Method

Returns the hash of the list. It is generated form the scan controller command list created by OnCard executor.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public string GetListHash(
	BaseScanController scanController
)

Parameters

scanController  BaseScanController
Scan controller used for job.

Return Value

String
Returns the hash of the scan controller command list.
Remarks
In case of API changes (from the scan controller or RAYGUIDE), the hash might change in future, even if the job didn't change.
See Also