NurApiIsTagError Method

Returns whether the given error is a tag backscattered error or not.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static bool IsTagError(
	int error
)

Parameters

error  Int32
Error from the tag / NurApi.

Return Value

Boolean
TRUE if tag error.

See Also