| 740 | |
| 741 | |
| 742 | class NRBFClassWithId(NRBFRecord): |
| 743 | RecordTypeEnum = 1 |
| 744 | fields_desc = [ |
| 745 | NRBFRecord, |
| 746 | LESignedIntField("ObjectId", 0), |
| 747 | LESignedIntField("MetadataId", 0), |
| 748 | ] |
| 749 | |
| 750 | |
| 751 | # [MS-NRBF] sect 2.5.2 |
nothing calls this directly
no test coverage detected
searching dependent graphs…