IO Connection Relationship block response
| 911 | |
| 912 | |
| 913 | class IOCRBlockRes(Block): |
| 914 | """IO Connection Relationship block response""" |
| 915 | fields_desc = [ |
| 916 | BlockHeader, |
| 917 | XShortEnumField("IOCRType", 1, IOCR_TYPE), |
| 918 | XShortField("IOCRReference", 1), |
| 919 | XShortField("FrameID", 0x8000), |
| 920 | ] |
| 921 | # default block_type value |
| 922 | block_type = 0x8102 |
| 923 | |
| 924 | |
| 925 | class AdjustLinkState(Block): |
no test coverage detected
searching dependent graphs…