Transponder
HF Transponder
- class metratec_rfid.UhfTag(epc: str, timestamp: float | None = None, tid: str | None = None, antenna: int | None = None, seen_count: int = 1, rssi: int | None = None)
UHF Transponder class
- get_antenna() int | None
Return the antenna
- Returns:
int: the antenna
- get_data() str | None
Return the user data
- Returns:
str: the user data
- get_epc() str | None
Return the epc
- Returns:
str: the epc
- get_error_message() str | None
Return the error message
- Returns:
str: the error message
- get_first_seen() float | None
Return the first seen timestamp
- Returns:
float: the first seen timestamp
- get_id() str
return the tag identifier
- get_last_seen() float | None
Return the last seen timestamp
- Returns:
float: the last seen timestamp
- get_rssi() int | None
Return the rssi
- Returns:
int: the rssi
- get_seen_count() int
Return the seen count
- Returns:
int: the seen count
- get_tid() str | None
Return the tid
- Returns:
str: the tid
- has_error() bool
Return true if the tag has a error message
- Returns:
bool: true if the tag has a error message
UHF Transponder
- class metratec_rfid.HfTag(tid: str, timestamp: float | None = None, antenna: int | None = None, seen_count: int = 1)
HF Transponder class
- get_antenna() int | None
Return the antenna
- Returns:
int: the antenna
- get_data() str | None
Return the user data
- Returns:
str: the user data
- get_error_message() str | None
Return the error message
- Returns:
str: the error message
- get_first_seen() float | None
Return the first seen timestamp
- Returns:
float: the first seen timestamp
- get_id() str
return the tag identifier
- get_last_seen() float | None
Return the last seen timestamp
- Returns:
float: the last seen timestamp
- get_seen_count() int
Return the seen count
- Returns:
int: the seen count
- get_tid() str | None
Return the tid
- Returns:
str: the tid
- has_error() bool
Return true if the tag has a error message
- Returns:
bool: true if the tag has a error message