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

Class EtherCatFPRD

scapy/contrib/ethercat.py:372–379  ·  view source on GitHub ↗

FPRD - Configured address physical read (IEC 61158-5-12, sec. 5.4.1.3 tab. 15 / p. 33)

Source from the content-addressed store, hash-verified

370
371
372class EtherCatFPRD(EtherCatType12DLPDU):
373 """
374 FPRD - Configured address physical read
375 (IEC 61158-5-12, sec. 5.4.1.3 tab. 15 / p. 33)
376 """
377
378 fields_desc = [ByteField('_cmd', 0x04)] + \
379 EtherCatType12DLPDU.PHYSICAL_ADDRESSING_DESC
380
381
382class EtherCatBRD(EtherCatType12DLPDU):

Callers

nothing calls this directly

Calls 1

ByteFieldClass · 0.90

Tested by

no test coverage detected