| 785 | |
| 786 | |
| 787 | class NRBFClassWithMembersAndTypes(NRBFRecord): |
| 788 | RecordTypeEnum = 5 |
| 789 | fields_desc = [ |
| 790 | NRBFRecord, |
| 791 | NRBFClassInfo, |
| 792 | NRBFMemberTypeInfo, |
| 793 | LESignedIntField("LibraryId", 0), |
| 794 | _NRBFMembers, |
| 795 | ] |
| 796 | |
| 797 | |
| 798 | # [MS-NRBF] sect 2.3.2.3 |
nothing calls this directly
no test coverage detected