Skip to content

Manager, Hand, and metadata

Manager owns discovery, connection, transport reuse, and global shutdown. Python uses Manager, C++ uses revo3::Manager, and C uses revo3_manager_*.

Hand represents one connected device and exposes DeviceInfo, FirmwareInfo, JointLayout, slave ID, runtime statistics, and all capability domains.

TypeContent
DetectedDevicePort, protocol, slave ID, model, and serial number during discovery
DeviceInfoSerial number, model, side, hardware revision, and module serials
FirmwareInfoController, motor, and touch firmware versions
JointLayoutLayout ID, version, and joint count

Only override a model when the BOM or validation record confirms it. Use the official API specification for exact signatures.

Help