nn::rdt::CTR::SenderConfig Structurestruct SenderConfig
{
void * pSendBuf;
u16 sendBufSize;
u16 nodeId;
u8 port;
u8 padding[3];
};
Structure that contains all configuration information passed to Initialize.
| pSendBuf | Takes the starting address of the send buffer. | |
|---|---|---|
| sendBufSize | Size (in bytes) of the send buffer (pSendBuf). | |
| nodeId | Node ID of the UDS communication partner. | |
| port | Port number used during UDS communication. | |
| padding | Padding. |
CONFIDENTIAL