You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch introduces the `TypeBinaryStruct` class to handle attributes that are of binary type and
structured as a `struct` in the `rt-addr`. Unlike the standard `TypeBinary`, `TypeBinaryStruct` has
a defined structure, so the `struct_member` should be `optional<T>` and the `presence_type` is `flag`.
Signed-off-by: Zibo Gong <[email protected]>
0 commit comments