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

Class StringBinding

scapy/contrib/opc_da.py:411–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409
410
411class StringBinding(Packet):
412 name = 'String Binding'
413 fields_desc = [
414 LEShortField('wTowerId', 0),
415 # Not enough information to continue
416 ]
417
418
419class DualStringArray(Packet):

Callers

nothing calls this directly

Calls 1

LEShortFieldClass · 0.90

Tested by

no test coverage detected