object termios

Annotations
@extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. termios
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type NCCS = Digit2[_2, _0]
  2. type c_cc = CArray[cc_t, NCCS]
  3. type cc_t = Byte
  4. type speed_t = Long
  5. type tcflag_t = Long
  6. type termios = CStruct7[tcflag_t, tcflag_t, tcflag_t, tcflag_t, c_cc, speed_t, speed_t]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def B0: CInt
    Annotations
    @name( "scalanative_termios_b0" )
  5. def B110: CInt
    Annotations
    @name( "scalanative_termios_b110" )
  6. def B1200: CInt
    Annotations
    @name( "scalanative_termios_b1200" )
  7. def B134: CInt
    Annotations
    @name( "scalanative_termios_b134" )
  8. def B150: CInt
    Annotations
    @name( "scalanative_termios_b150" )
  9. def B1800: CInt
    Annotations
    @name( "scalanative_termios_b1800" )
  10. def B19200: CInt
    Annotations
    @name( "scalanative_termios_b19200" )
  11. def B200: CInt
    Annotations
    @name( "scalanative_termios_b200" )
  12. def B2400: CInt
    Annotations
    @name( "scalanative_termios_b2400" )
  13. def B300: CInt
    Annotations
    @name( "scalanative_termios_b300" )
  14. def B38400: CInt
    Annotations
    @name( "scalanative_termios_b38400" )
  15. def B4800: CInt
    Annotations
    @name( "scalanative_termios_b4800" )
  16. def B50: CInt
    Annotations
    @name( "scalanative_termios_b50" )
  17. def B600: CInt
    Annotations
    @name( "scalanative_termios_b600" )
  18. def B75: CInt
    Annotations
    @name( "scalanative_termios_b75" )
  19. def B9600: CInt
    Annotations
    @name( "scalanative_termios_b9600" )
  20. def BRKINT: CInt
    Annotations
    @name( "scalanative_termios_brkint" )
  21. def BS0: CInt
    Annotations
    @name( "scalanative_termios_bs0" )
  22. def BS1: CInt
    Annotations
    @name( "scalanative_termios_bs1" )
  23. def BSDLY: CInt
    Annotations
    @name( "scalanative_termios_bsdly" )
  24. def CLOCAL: CInt
    Annotations
    @name( "scalanative_termios_clocal" )
  25. def CR0: CInt
    Annotations
    @name( "scalanative_termios_cr0" )
  26. def CR1: CInt
    Annotations
    @name( "scalanative_termios_cr1" )
  27. def CR2: CInt
    Annotations
    @name( "scalanative_termios_cr2" )
  28. def CR3: CInt
    Annotations
    @name( "scalanative_termios_cr3" )
  29. def CRDLY: CInt
    Annotations
    @name( "scalanative_termios_crdly" )
  30. def CREAD: CInt
    Annotations
    @name( "scalanative_termios_cread" )
  31. def CS5: CInt
    Annotations
    @name( "scalanative_termios_cs5" )
  32. def CS6: CInt
    Annotations
    @name( "scalanative_termios_cs6" )
  33. def CS7: CInt
    Annotations
    @name( "scalanative_termios_cs7" )
  34. def CS8: CInt
    Annotations
    @name( "scalanative_termios_cs8" )
  35. def CSIZE: CInt
    Annotations
    @name( "scalanative_termios_csize" )
  36. def CSTOPB: CInt
    Annotations
    @name( "scalanative_termios_cstopb" )
  37. def ECHO: CInt
    Annotations
    @name( "scalanative_termios_echo" )
  38. def ECHOE: CInt
    Annotations
    @name( "scalanative_termios_echoe" )
  39. def ECHOK: CInt
    Annotations
    @name( "scalanative_termios_echok" )
  40. def ECHONL: CInt
    Annotations
    @name( "scalanative_termios_echonl" )
  41. def FF0: CInt
    Annotations
    @name( "scalanative_termios_ff0" )
  42. def FF1: CInt
    Annotations
    @name( "scalanative_termios_ff1" )
  43. def FFDLY: CInt
    Annotations
    @name( "scalanative_termios_ffdly" )
  44. def HUPCL: CInt
    Annotations
    @name( "scalanative_termios_hupcl" )
  45. def ICANON: CInt
    Annotations
    @name( "scalanative_termios_icanon" )
  46. def ICRNL: CInt
    Annotations
    @name( "scalanative_termios_icrnl" )
  47. def IEXTEN: CInt
    Annotations
    @name( "scalanative_termios_iexten" )
  48. def IGNBRK: CInt
    Annotations
    @name( "scalanative_termios_ignbrk" )
  49. def IGNCR: CInt
    Annotations
    @name( "scalanative_termios_igncr" )
  50. def IGNPAR: CInt
    Annotations
    @name( "scalanative_termios_ignpar" )
  51. def INLCR: CInt
    Annotations
    @name( "scalanative_termios_inlcr" )
  52. def INPCK: CInt
    Annotations
    @name( "scalanative_termios_inpck" )
  53. def ISIG: CInt
    Annotations
    @name( "scalanative_termios_isig" )
  54. def ISTRIP: CInt
    Annotations
    @name( "scalanative_termios_istrip" )
  55. def IXANY: CInt
    Annotations
    @name( "scalanative_termios_ixany" )
  56. def IXOFF: CInt
    Annotations
    @name( "scalanative_termios_ixoff" )
  57. def IXON: CInt
    Annotations
    @name( "scalanative_termios_ixon" )
  58. def NL0: CInt
    Annotations
    @name( "scalanative_termios_nl0" )
  59. def NL1: CInt
    Annotations
    @name( "scalanative_termios_nl1" )
  60. def NLDLY: CInt
    Annotations
    @name( "scalanative_termios_nldly" )
  61. def NOFLSH: CInt
    Annotations
    @name( "scalanative_termios_noflsh" )
  62. def OCRNL: CInt
    Annotations
    @name( "scalanative_termios_ocrnl" )
  63. def OFDEL: CInt
    Annotations
    @name( "scalanative_termios_ofdel" )
  64. def OFILL: CInt
    Annotations
    @name( "scalanative_termios_ofill" )
  65. def ONLCR: CInt
    Annotations
    @name( "scalanative_termios_onlcr" )
  66. def ONLRET: CInt
    Annotations
    @name( "scalanative_termios_onlret" )
  67. def ONOCR: CInt
    Annotations
    @name( "scalanative_termios_onocr" )
  68. def OPOST: CInt
    Annotations
    @name( "scalanative_termios_opost" )
  69. def PARENB: CInt
    Annotations
    @name( "scalanative_termios_parenb" )
  70. def PARMRK: CInt
    Annotations
    @name( "scalanative_termios_parmrk" )
  71. def PARODD: CInt
    Annotations
    @name( "scalanative_termios_parodd" )
  72. def TAB0: CInt
    Annotations
    @name( "scalanative_termios_tab0" )
  73. def TAB1: CInt
    Annotations
    @name( "scalanative_termios_tab1" )
  74. def TAB2: CInt
    Annotations
    @name( "scalanative_termios_tab2" )
  75. def TAB3: CInt
    Annotations
    @name( "scalanative_termios_tab3" )
  76. def TABDLY: CInt
    Annotations
    @name( "scalanative_termios_tabdly" )
  77. def TCIFLUSH: CInt
    Annotations
    @name( "scalanative_termios_tciflush" )
  78. def TCIOFF: CInt
    Annotations
    @name( "scalanative_termios_tcioff" )
  79. def TCIOFLUSH: CInt
    Annotations
    @name( "scalanative_termios_tcioflush" )
  80. def TCION: CInt
    Annotations
    @name( "scalanative_termios_tcion" )
  81. def TCOFLUSH: CInt
    Annotations
    @name( "scalanative_termios_tcoflush" )
  82. def TCOOFF: CInt
    Annotations
    @name( "scalanative_termios_tcooff" )
  83. def TCOON: CInt
    Annotations
    @name( "scalanative_termios_tcoon" )
  84. def TCSADRAIN: CInt
    Annotations
    @name( "scalanative_termios_tcsadrain" )
  85. def TCSAFLUSH: CInt
    Annotations
    @name( "scalanative_termios_tcsaflush" )
  86. def TCSANOW: CInt
    Annotations
    @name( "scalanative_termios_tcsanow" )
  87. def TOSTOP: CInt
    Annotations
    @name( "scalanative_termios_tostop" )
  88. def VEOF: CInt
    Annotations
    @name( "scalanative_termios_veof" )
  89. def VEOL: CInt
    Annotations
    @name( "scalanative_termios_veof" )
  90. def VERASE: CInt
    Annotations
    @name( "scalanative_termios_verase" )
  91. def VINTR: CInt
    Annotations
    @name( "scalanative_termios_vintr" )
  92. def VKILL: CInt
    Annotations
    @name( "scalanative_termios_vkill" )
  93. def VMIN: CInt
    Annotations
    @name( "scalanative_termios_vmin" )
  94. def VQUIT: CInt
    Annotations
    @name( "scalanative_termios_vquit" )
  95. def VSTART: CInt
    Annotations
    @name( "scalanative_termios_vstart" )
  96. def VSTOP: CInt
    Annotations
    @name( "scalanative_termios_vstop" )
  97. def VSUSP: CInt
    Annotations
    @name( "scalanative_termios_vsusp" )
  98. def VT0: CInt
    Annotations
    @name( "scalanative_termios_vt0" )
  99. def VT1: CInt
    Annotations
    @name( "scalanative_termios_vt1" )
  100. def VTDLY: CInt
    Annotations
    @name( "scalanative_termios_vtdly" )
  101. def VTIME: CInt
    Annotations
    @name( "scalanative_termios_vtime" )
  102. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  103. def cfgetispeed(termios_p: Ptr[termios]): speed_t
  104. def cfgetospeed(termios_p: Ptr[termios]): speed_t
  105. def cfsetispeed(termios_p: Ptr[termios], speed: speed_t): CInt
  106. def cfsetospeed(termios_p: Ptr[termios], speed: speed_t): CInt
  107. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  108. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  109. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  110. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  111. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  112. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  113. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  114. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  115. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  116. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  117. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  118. def tcdrain(fd: CInt): CInt
  119. def tcflow(fd: CInt, action: CInt): CInt
  120. def tcflush(fd: CInt, queueSelector: CInt): CInt
  121. def tcgetattr(fd: CInt, termios_p: Ptr[termios]): CInt
  122. def tcgetsid(i: CInt): pid_t
  123. def tcsendbreak(fd: CInt, duration: CInt): CInt
  124. def tcsetattr(fd: CInt, optionalActions: CInt, termios_p: Ptr[termios]): CInt
  125. def toString(): String
    Definition Classes
    AnyRef → Any
  126. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  127. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  128. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped