¡@

Home 

c++ Programming Glossary: ioctl.h

How to draw the graph in framebuffer using c language..?

http://stackoverflow.com/questions/1830836/how-to-draw-the-graph-in-framebuffer-using-c-language

I haven't tested this. #include sys types.h #include sys ioctl.h #include sys mman.h #include linux fb.h #include unistd.h #include..

USB-drive serial number under linux C++

http://stackoverflow.com/questions/2432759/usb-drive-serial-number-under-linux-c

#include scsi scsi.h #include scsi sg.h #include sys ioctl.h int scsi_get_serial int fd void buf size_t buf_len we shall.. devices. #include stdlib.h #include stdio.h #include sys ioctl.h #include linux hdreg.h #include fcntl.h #include errno.h #include..

How to get a list of video capture devices (web cameras) on linux ( ubuntu )? (C/C++)

http://stackoverflow.com/questions/4290834/how-to-get-a-list-of-video-capture-devices-web-cameras-on-linux-ubuntu-c

stdio.h #include unistd.h #include fcntl.h #include sys ioctl.h #include linux videodev.h int main int fd struct video_capability..

How to get a list video capture devices NAMES (web cameras) on linux ( ubuntu )? (C/C++)

http://stackoverflow.com/questions/4483366/how-to-get-a-list-video-capture-devices-names-web-cameras-on-linux-ubuntu

stdio.h #include unistd.h #include fcntl.h #include sys ioctl.h #include linux videodev.h int main int fd struct video_capability..

High delay in RS232 communication on a PXA270

http://stackoverflow.com/questions/4667141/high-delay-in-rs232-communication-on-a-pxa270

effect as the low_latency flag from setserial #include sys ioctl.h #include linux serial.h Open RS232 on COM1 mPhysicalComPort..

c++ how to use select to see if a socket has closed

http://stackoverflow.com/questions/5640144/c-how-to-use-select-to-see-if-a-socket-has-closed

time.h #include sys types.h #include unistd.h #include sys ioctl.h bool isclosed int sock fd_set rfd FD_ZERO rfd FD_SET sock rfd..