Sha256: 886e39504915984310fedbb050bcaa9c3dce539bbbb7783f0ca53705e79eeb57

Contents?: true

Size: 1.07 KB

Versions: 24

Compression:

Stored size: 1.07 KB

Contents

[/
 / Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com)
 /
 / Distributed under the Boost Software License, Version 1.0. (See accompanying
 / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 /]

[section:GettableSerialPortOption Gettable serial port option requirements]

In the table below, `X` denotes a serial port option class, `a` denotes a value
of `X`, `ec` denotes a value of type `error_code`, and `s` denotes a value of
implementation-defined type ['[^storage]] (where ['[^storage]] is the type
`DCB` on Windows and `termios` on __POSIX__ platforms), and `u` denotes an
identifier.

[table GettableSerialPortOption requirements
  [[expression] [type] [assertion/note[br]pre/post-conditions]]
  [
    [
      `const `['[^storage]]`& u = s;`[br]
      `a.load(u, ec);`
    ]
    [`error_code`]
    [
      Retrieves the value of the serial port option from the storage.[br]
      [br]
      If successful, sets `ec` such that `!ec` is true. If an error occurred,
      sets `ec` such that `!!ec` is true. Returns `ec`.
    ]
  ]
]

[endsect]

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
couchbase-3.0.0-universal-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.beta.1-universal-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.beta.1 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.5-x86_64-linux ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.5-universal-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.5-x86_64-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.5 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.4 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.3 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk
couchbase-3.0.0.alpha.2 ext/third_party/asio/asio/src/doc/requirements/GettableSerialPortOption.qbk