Searched defs:ReceiverConfig (Results 1 – 1 of 1) sorted by relevance
40 struct ReceiverConfig{ struct41 …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 u16 recvBufSize; //!< Size (in bytes) of the receive buffer (<var>pRecvBuf</var>).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;