Docs.rs
  • tinkerforge-async-0.0.2
    • tinkerforge-async 0.0.2
    • Docs.rs crate page
    • CC0-1.0 OR MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • koa
    • Dependencies
      • byteorder ^1.5.0 normal
      • const-str ^0.5.6 normal
      • futures-core ^0.3.28 normal
      • hmac ^0.12.1 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.20 normal
      • prometheus ^0.13.3 normal
      • rand ^0.8.5 normal
      • rand_chacha ^0.3.1 normal
      • sha-1 ^0.10.1 normal
      • thiserror ^1.0.49 normal
      • tokio ^1.33.0 normal
      • tokio-stream ^0.1.14 normal
    • Versions
    • 75.37% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

tinkerforge_async0.0.2

Module can_bricklet

  • Structs
  • Enums
  • Constants

In crate tinkerforge_async

?
Change settings

Module tinkerforge_async::can_bricklet

source ·
Expand description

Communicates with CAN bus devices.

See also the documentation here.

Structs

  • CanBricklet
    Communicates with CAN bus devices
  • Configuration
  • ErrorLog
  • FrameReadEvent
  • Identity
  • ReadFilter
  • ReadFrame

Enums

  • CanBrickletFunction

Constants

  • CAN_BRICKLET_BAUD_RATE_10KBPS
  • CAN_BRICKLET_BAUD_RATE_20KBPS
  • CAN_BRICKLET_BAUD_RATE_50KBPS
  • CAN_BRICKLET_BAUD_RATE_125KBPS
  • CAN_BRICKLET_BAUD_RATE_250KBPS
  • CAN_BRICKLET_BAUD_RATE_500KBPS
  • CAN_BRICKLET_BAUD_RATE_800KBPS
  • CAN_BRICKLET_BAUD_RATE_1000KBPS
  • CAN_BRICKLET_FILTER_MODE_ACCEPT_ALL
  • CAN_BRICKLET_FILTER_MODE_DISABLED
  • CAN_BRICKLET_FILTER_MODE_MATCH_EXTENDED
  • CAN_BRICKLET_FILTER_MODE_MATCH_STANDARD
  • CAN_BRICKLET_FILTER_MODE_MATCH_STANDARD_AND_DATA
  • CAN_BRICKLET_FRAME_TYPE_EXTENDED_DATA
  • CAN_BRICKLET_FRAME_TYPE_EXTENDED_REMOTE
  • CAN_BRICKLET_FRAME_TYPE_STANDARD_DATA
  • CAN_BRICKLET_FRAME_TYPE_STANDARD_REMOTE
  • CAN_BRICKLET_TRANSCEIVER_MODE_LOOPBACK
  • CAN_BRICKLET_TRANSCEIVER_MODE_NORMAL
  • CAN_BRICKLET_TRANSCEIVER_MODE_READ_ONLY