phoenix6.hoot_schema_type¶ Module Contents¶ class phoenix6.hoot_schema_type.HootSchemaType(*args, **kwds)¶ Bases: enum.Enum Supported schema types for a hoot user signal. STRUCT = '1'¶ Serialize using the WPILib Struct format. PROTOBUF = '2'¶ Serialize using the Protobuf format.