TermiosStruct

terminus.TermiosStruct
object TermiosStruct

Type aliases for the two possible termios structures, one with CInt bitflags and one with CLong bitflags. CLong types are the default in scala-native, however linux (and probably more operating systems) use CInt bitflags. Each of these types has a terminus.TermiosAccess instance to handle access and manipulation of termios structures in a platform specific manner.

Attributes

See also
Source
TermiosStruct.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type cint_flags = CStruct7[linux_tcflag_t, linux_tcflag_t, linux_tcflag_t, linux_tcflag_t, c_cc, linux_speed_t, linux_speed_t]

Custom termios structure with CInt sized bitflags

Custom termios structure with CInt sized bitflags

Attributes

Source
TermiosStruct.scala
type clong_flags = termios

Scala Native default termios structure with CLong sized bitflags

Scala Native default termios structure with CLong sized bitflags

Attributes

Source
TermiosStruct.scala