nn::rdt::CTR::Receiver::Initialize Member Functionnn::Result Initialize( const ReceiverConfig & config );
| Name | Description | |
|---|---|---|
| in | config | Structure that contains the initialization parameters. See ReceiverConfig for more details. |
ResultSuccess, ResultAlreadyInitialized, ResultNullPointer, and ResultInvalidSize, 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 this instance during this call must remain allocated until Finalize is called.
CONFIDENTIAL