nn::rdt::CTR::ReceiverConfig Structure

Syntax

struct ReceiverConfig
{
   void * pRecvBuf;
   u16 recvBufSize;
   u16 nodeId;
   u8 port;
   u8 padding[3];
};

Description

Structure that contains all configuration information passed to Initialize.

Member Variables

pRecvBuf Takes the starting address of the receive buffer.
recvBufSize Size (in bytes) of the receive buffer (pRecvBuf).
nodeId Node ID of the UDS communication partner.
port Port number used during UDS communication.
padding Padding.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL