nn::rdt::CTR::SenderConfig

nn::rdt::CTR::SenderConfig Structure

Syntax

struct SenderConfig
{
void * pWorkBuf;
void * pSendBuf;
u16 sendBufSize;
u16 nodeId;
u8 port;
u8 padding[3];
};

Description

Structure that contains all configuration information passed to Initialize.

Member Variables

pWorkBuf void * Pointer to the work memory region used by the Sender instance. Must be 8-byte aligned. Allocate a size equal to or more than SENDER_WORKBUF_SIZE for the work memory size.
pSendBuf void * Takes the starting address of the send buffer.
sendBufSize u16 Size (in bytes) of the send buffer (pSendBuf).
nodeId u16 Node ID of the UDS communication partner.
port u8 Port number used during UDS communication.
padding u8 Padding.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL