| 928 | |
| 929 | |
| 930 | class SM_Identity_Address_Information(Packet): |
| 931 | name = "Identity Address Information" |
| 932 | fields_desc = [ByteEnumField("atype", 0, {0: "public"}), |
| 933 | LEMACField("address", None), ] |
| 934 | |
| 935 | |
| 936 | class SM_Signing_Information(Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…