MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ serial()

InputBinding MayaFlux::Core::InputBinding::serial ( uint32_t  device_id = 0)
static

Bind to Serial device.

Parameters
device_idDevice ID (0 = any Serial device)

Definition at line 28 of file InputBinding.cpp.

29{
30 return { .backend = InputType::SERIAL, .device_id = device_id };
31}
@ SERIAL
Serial port communication (Arduino, etc.)
uint32_t device_id
Specific device (0 = any device)

References backend, device_id, and MayaFlux::Core::SERIAL.

Referenced by MayaFlux::bind_serial().

+ Here is the caller graph for this function: