UntraceableInfo Constructor |
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic UntraceableInfo(
bool IsAssertXPCFlagU,
bool IsHideEPC,
byte NewEPCWordLength,
UntraceableInfoHideTIDOptions HideTID,
bool IsHideUserBank,
UntraceableInfoRanges Range
)
Public Sub New (
IsAssertXPCFlagU As Boolean,
IsHideEPC As Boolean,
NewEPCWordLength As Byte,
HideTID As UntraceableInfoHideTIDOptions,
IsHideUserBank As Boolean,
Range As UntraceableInfoRanges
)
public:
UntraceableInfo(
bool IsAssertXPCFlagU,
bool IsHideEPC,
unsigned char 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