Searched defs:SenderConfig (Results 1 – 1 of 1) sorted by relevance
36 struct SenderConfig{ struct37 void *pWorkBuf; //!< Senderインスタンスがワークメモリとして使用する領域を指すポインタ。40 void *pSendBuf; //!< 送信バッファの先頭アドレスを与えます。41 u16 sendBufSize; //!< pSendBufで指定した送信バッファのサイズ(単位はByte)です。42 u16 nodeId; //!< UDS通信における相手のノードID43 u8 port; //!< UDS通信において使用するポート番号44 u8 padding[3]; //!< パディング46 SOCKET sock;