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

Class AlarmCRBlockRes

scapy/contrib/pnio_rpc.py:1172–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170
1171
1172class AlarmCRBlockRes(Block):
1173 fields_desc = [
1174 BlockHeader,
1175 XShortEnumField("AlarmCRType", 1, ALARM_CR_TYPE),
1176 ShortField("LocalAlarmReference", 0),
1177 ShortField("MaxAlarmDataLength", 0)
1178 ]
1179 # default block_type value
1180 block_type = 0x8103
1181
1182
1183class AlarmItem(Packet):

Callers 1

get_responseMethod · 0.85

Calls 2

XShortEnumFieldClass · 0.90
ShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…