⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 can_write_c.3

📁 S3C44B0接can总线.rar
💻 3
字号:
.TH "can_write.c" 3 "14 Sep 2001" "can4linux" \" -*- nroff -*-.ad l.nh.SH NAMEcan_write.c \-  .SH SYNOPSIS.br.PP.SS Functions.in +1c.ti -1c.RI "__LDDK_WRITE_TYPE \fBcan_write\fR (__LDDK_WRITE_PARAM)".br.RI "\fIsize_t write(int fd, const char *buf, size_t count); write CAN messages to the network.\fR".in -1c.SH DETAILED DESCRIPTION.PP  .PP\fBAuthor(s): \fR.in +1cHeinz-J黵gen Oertel, port GmbH .PP\fBRevision: \fR.in +1c 1.3  .PP\fBDate: \fR.in +1c 2001/09/04 15:51:44 .PP.SH FUNCTION DOCUMENTATION.PP .SS __LDDK_WRITE_TYPE can_write (__LDDK_WRITE_PARAM).PPsize_t write(int fd, const char *buf, size_t count); write CAN messages to the network..PP\fBParameters: \fR.in +1c.TP\fB\fIfd\fR\fRThe descriptor to write to. .TP\fB\fIbuf\fR\fRThe data buffer to write (array of CAN \fBcanmsg_t\fR). .TP\fB\fIcount\fR\fRThe number of bytes to write..PPwrite writes up to \fIcount\fR CAN messages to the CAN controller referenced by the file descriptor fd from the buffer starting at buf..PP\fBErrors\fR.in +1cthe following errors can occur.PP.TP \fCEBADF\fR fd is not a valid file descriptor or is not open for writing..TP \fCEINVAL\fR fd is attached to an object which is unsuitable for writing..TP \fCEFAULT\fR buf is outside your accessible address space..TP \fCEINTR\fR The call was interrupted by a signal before any data was written..PP\fBReturns: \fR.in +1cOn success, the number of CAN messages written are returned (zero indicates nothing was written). On error, -1 is returned, and errno is set appropriately..PPFor internal use only..SH AUTHOR.PP Generated automatically by Doxygen for can4linux from the source code.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -