ESPHome  2024.4.2
Data Structures | Functions
esphome::wiegand Namespace Reference

Data Structures

class  Wiegand
 
class  WiegandKeyTrigger
 
class  WiegandRawTrigger
 
struct  WiegandStore
 
class  WiegandTagTrigger
 

Functions

bool check_eparity (uint64_t value, int start, int length)
 
bool check_oparity (uint64_t value, int start, int length)
 

Function Documentation

◆ check_eparity()

bool esphome::wiegand::check_eparity ( uint64_t  value,
int  start,
int  length 
)

Definition at line 38 of file wiegand.cpp.

◆ check_oparity()

bool esphome::wiegand::check_oparity ( uint64_t  value,
int  start,
int  length 
)

Definition at line 48 of file wiegand.cpp.