Click or drag to resize

UntraceableInfo Constructor

Initializes a new instance of the UntraceableInfo class.

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public UntraceableInfo(
	bool IsAssertXPCFlagU,
	bool IsHideEPC,
	byte NewEPCWordLength,
	UntraceableInfoHideTIDOptions HideTID,
	bool IsHideUserBank,
	UntraceableInfoRanges Range
)

Parameters

IsAssertXPCFlagU
Type: SystemBoolean
Specifies a value for the U bit in XPC_W1.
IsHideEPC
Type: SystemBoolean
Specifies whether a Tag untraceably hides part of EPC memory.
NewEPCWordLength
Type: SystemByte
Specifies a new EPC word length.
HideTID
Type: com.gigatms.ParametersUntraceableInfoHideTIDOptions
Specifies the TID memory that a Tag untraceably hides.
IsHideUserBank
Type: SystemBoolean
Specifies whether a Tag untraceably hides User memory.
Range
Type: com.gigatms.ParametersUntraceableInfoRanges
Specifies a Tag’s operating range.
See Also