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

Class EtherCatAPRD

scapy/contrib/ethercat.py:362–369  ·  view source on GitHub ↗

APRD - Auto Increment Physical Read (IEC 61158-5-12, sec. 5.4.1.2 tab. 14 / p. 32)

Source from the content-addressed store, hash-verified

360################
361
362class EtherCatAPRD(EtherCatType12DLPDU):
363 """
364 APRD - Auto Increment Physical Read
365 (IEC 61158-5-12, sec. 5.4.1.2 tab. 14 / p. 32)
366 """
367
368 fields_desc = [ByteField('_cmd', 0x01)] + \
369 EtherCatType12DLPDU.PHYSICAL_ADDRESSING_DESC
370
371
372class EtherCatFPRD(EtherCatType12DLPDU):

Callers

nothing calls this directly

Calls 1

ByteFieldClass · 0.90

Tested by

no test coverage detected