os/ossrv/genericopenlibs/openenvcore/include/sys/ioctl.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /** @file ../include/sys/ioctl.h
     2 @internalComponent
     3 */
     4 
     5 /** @def COMMIOCTL_SETSIGNALS
     6 
     7 ioctls for serial port. values may change.
     8 
     9 @publishedAll
    10 @released
    11 */
    12 
    13 
    14 /** @def COMMIOCTL_GETSIGNALS	
    15 
    16 ioctls for serial port. values may change.
    17 
    18 @publishedAll
    19 @released
    20 */
    21 
    22 
    23 /** @def COMMIOCTL_SETCONFIG
    24 
    25 ioctls for serial port. values may change.
    26 
    27 @publishedAll
    28 @released
    29 */
    30 
    31 
    32 
    33 /** @def COMMIOCTL_GETCONFIG	
    34 
    35 ioctls for serial port. values may change.
    36 		
    37 @publishedAll
    38 @released
    39 */
    40 
    41 
    42 /** @def COMMIOCTL_BREAK	
    43 
    44 ioctls for serial port. values may change.
    45 			
    46 @publishedAll
    47 @released
    48 */
    49 
    50 
    51 /** @def COMMIOCTL_SETREADTIMEOUT	
    52 
    53 ioctls for serial port. values may change.
    54 
    55 @publishedAll
    56 @released
    57 */
    58 
    59 
    60 
    61 /** @def COMMIOCTL_GETREADTIMEOUT	
    62 
    63 ioctls for serial port. values may change.
    64 
    65 @publishedAll
    66 @released
    67 */
    68 
    69 
    70 
    71 /** @def COMMIOCTL_SETREADTHRESHOLD	
    72 
    73 ioctls for serial port. values may change.
    74 
    75 @publishedAll
    76 @released
    77 */
    78 
    79 /** @def COMMIOCTL_GETREADTHRESHOLD	
    80 
    81 ioctls for serial port. values may change.
    82 
    83 @publishedAll
    84 @released
    85 */
    86 
    87 
    88 
    89 /** @def COMMIOCTL_SETBUFFERLENGTH	
    90 
    91 ioctls for serial port. values may change.
    92 
    93 @publishedAll
    94 @released
    95 */
    96 
    97 
    98 /** @def COMMIOCTL_GETBUFFERLENGTH	
    99 
   100 ioctls for serial port. values may change.
   101 
   102 @publishedAll
   103 @released
   104 */
   105 
   106 
   107 /** @def COMMIOCTL_NOTIFYSUPPORTED	
   108 
   109 ioctls for serial port. values may change.
   110 
   111 @publishedAll
   112 @released
   113 */
   114 
   115 
   116 /** @def COMMIOCTL_NOTIFY
   117 
   118 ioctls for serial port. values may change.
   119 
   120 @publishedAll
   121 @released
   122 */
   123 
   124 	
   125 
   126 /** @def E32IONREAD	
   127 
   128 number of bytes available to be read - cf BSD FIONREAD
   129 On a socket of type SOCK_DGRAM, the E32IONREAD request returns the length of the data plus the length of the address.
   130 
   131 @publishedAll
   132 @released
   133 */
   134 
   135 
   136 /** @def E32IOSELECT	
   137 
   138 ioctl-based form of select with infinite timeout - specify a mask of selectable
   139 states and receive back the mask of triggering states
   140 
   141 @publishedAll
   142 @released
   143 */		
   144 
   145 
   146 /** @def REAL_COMMIOCTL_NOTIFY	
   147 
   148 ioctl-based form of select with infinite timeout - specify a mask of selectable
   149 states and receive back the mask of triggering states
   150 
   151 @publishedAll
   152 @released
   153 */	
   154 
   155