Searched defs:SenderConfig (Results 1 – 1 of 1) sorted by relevance
40 struct SenderConfig{ struct41 …It must be 8-byte aligned. Allocate a working-memory area of at least <tt>Sender::SENDER_WORKBUF_S…42 void *pSendBuf; //!< Takes the starting address of the send buffer.43 …16 sendBufSize; //!< Size (in bytes) of the send buffer (<span class="argument">pSendBuf</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;