MCPcopy Index your code
hub / github.com/secdev/scapy / LESignedIntField

Class LESignedIntField

scapy/fields.py:1352–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350
1351
1352class LESignedIntField(Field[int, int]):
1353 def __init__(self, name, default):
1354 # type: (str, int) -> None
1355 Field.__init__(self, name, default, "<i")
1356
1357
1358class XIntField(IntField):

Callers 9

IEC104_IE_BCRClass · 0.90
NRBFClassTypeInfoClass · 0.90
NRBFValueWithCodeClass · 0.90
NRBFClassInfoClass · 0.90
NRBFClassWithIdClass · 0.90
NRBFBinaryLibraryClass · 0.90
PrismHeaderClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected