UNPKG

@robotical/roboticaljs

Version:

Javascript/TS library for Robotical products

7 lines (6 loc) 270 B
import { RaftDeviceManager } from "@robotical/raftjs"; export declare class StateInfoGeneric { private _deviceManager; constructor(_deviceManager: RaftDeviceManager); updateFromMsg(rxMsg: Uint8Array, frameTimeMs: number, isBinary: boolean): Array<string>; }