Sets the filter for reading tag data.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool SetFilter(
bool temporary,
HashSet<TagDataEncodeType> filterTypes
)
Public Function SetFilter (
temporary As Boolean,
filterTypes As HashSet(Of TagDataEncodeType)
) As Boolean
public:
bool SetFilter(
bool temporary,
HashSet<TagDataEncodeType>^ filterTypes
)
Parameters
- temporary
- Type: SystemBoolean
True value specifies the changes are temporary overrides for Settings. The changes are not saved into the EEPROM and take immediate effect (no rebooting required).
False value specifies the changes are permanently overrides for Settings And also saved into the EEPROM. The changes will keep after rebooting the device.
- filterTypes
- Type: System.Collections.GenericHashSetTagDataEncodeType
Specifies the decoded type for reading tag data.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also