Home
last modified time | relevance | path

Searched defs:ReceiverConfig (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/nn/rdt/
Drdt_Receiver.h40 struct ReceiverConfig{ struct
41 …e. It must be 8-byte aligned. Allocate a working memory buffer of at least <tt>Receiver::RECEIVER_…
42 void *pRecvBuf; //!< Takes the starting address of the receive buffer.
43 … recvBufSize; //!< Size (in bytes) of the receive buffer (<span class="argument">pRecvBuf</span>).
44 u16 nodeId; //!< Node ID of the UDS communication partner.
45 u8 port; //!< Port number used during UDS communication.
46 u8 padding[3]; //!< Padding.
48 SOCKET sock;