MCPcopy Create free account
hub / github.com/secdev/scapy / LEBitEnumField

Class LEBitEnumField

scapy/contrib/ethercat.py:257–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257class LEBitEnumField(LEBitField, _EnumField):
258 __slots__ = EnumField.__slots__
259
260 def __init__(self, name, default, size, enum):
261 _EnumField.__init__(self, name, default, enum)
262 self.rev = size < 0
263 self.size = abs(size)
264
265
266################################################

Callers 2

BTLE_RFClass · 0.90
EtherCatType12DLPDUClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…