A builder for initializing an `AranyaAddTeamConfig`.
More...
#include <aranya-client.h>
A builder for initializing an `AranyaAddTeamConfig`.
◆ aranya_add_team_config_build()
Attempts to construct an `AranyaAddTeamConfig`.
This function consumes and releases any resources associated with the memory pointed to by cfg.
- Parameters
-
| [in] | cfg | a pointer to the team config builder |
| [out] | out | a pointer to write the team config to |
◆ aranya_add_team_config_build_ext()
Attempts to construct an `AranyaAddTeamConfig`.
This function consumes and releases any resources associated with the memory pointed to by cfg.
- Parameters
-
| [in] | cfg | a pointer to the team config builder |
| [out] | out | a pointer to write the team config to |
◆ aranya_add_team_config_builder_cleanup()
◆ aranya_add_team_config_builder_init()
◆ aranya_add_team_config_builder_set_id()
Configures team ID field for `AranyaAddTeamConfigBuilder`.
By default, the team ID is not set.
- Parameters
-
| [in,out] | cfg | a pointer to the builder for a team config |
| [in] | id | a pointer to a |
◆ aranya_add_team_config_builder_set_id_ext()
Configures team ID field for `AranyaAddTeamConfigBuilder`.
By default, the team ID is not set.
- Parameters
-
| [in,out] | cfg | a pointer to the builder for a team config |
| [in] | id | a pointer to a |
◆ aranya_add_team_config_builder_set_quic_syncer()
Configures QUIC syncer for `AranyaAddTeamConfigBuilder`.
By default, the QUIC syncer config is not set.
- Parameters
-
| [in,out] | cfg | a pointer to the builder for a team config |
| [in] | quic | set the QUIC syncer config |
◆ aranya_add_team_config_builder_set_quic_syncer_ext()
Configures QUIC syncer for `AranyaAddTeamConfigBuilder`.
By default, the QUIC syncer config is not set.
- Parameters
-
| [in,out] | cfg | a pointer to the builder for a team config |
| [in] | quic | set the QUIC syncer config |
The documentation for this struct was generated from the following file: