@robotical/ricjs
Version:
Javascript/TS library for Robotical RIC
8 lines (7 loc) • 350 B
TypeScript
export declare const RICSERIAL_MSG_NUM_POS = 0;
export declare const RICSERIAL_PROTOCOL_POS = 1;
export declare const RICSERIAL_PAYLOAD_POS = 2;
export declare const PROTOCOL_RICREST = 2;
export declare const RICREST_REST_ELEM_CODE_POS = 0;
export declare const RICREST_HEADER_PAYLOAD_POS = 1;
export declare const RICREST_FILEBLOCK_PAYLOAD_POS = 4;