nn::rdt::CTR::Sender::Initialize Member Functionnn::Result Initialize( const SenderConfig & config );
| Name | Description | |
|---|---|---|
| in | config | Structure that contains the initialization parameters. See SenderConfig for more details. |
ResultSuccess, ResultNullPointer, ResultInvalidSize, and ResultAlreadyInitialized, as well as other result codes that can be returned by the UDS API. Initializes an instance.
If initialization succeeds, two nn::uds::EndpointDescriptor objects are consumed implicitly within this function. If initialization fails, the function returns without consuming any nn::uds::EndpointDescriptor objects. The memory that is passed to the instance during this call must remain allocated until Finalize is called.
CONFIDENTIAL