NurApiGetEpcXpcSpec Method

Get the modified EPC based on the given PC contents.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static NurApiXPCSpec GetEpcXpcSpec(
	int pc,
	byte[] epc
)

Parameters

pc  Int32
PC bits received from the tag.
epc  Byte
The tag's EPC.

Return Value

NurApiXPCSpec
Return null, if there no modification needed. Otherwise a valid XPCSpec class is returned.

See Also