@iotize/tap
Version:
IoTize Device client for Javascript
15 lines (14 loc) • 579 B
TypeScript
/**
* Generated file. Do not edit
*/
import { SinglePacketStoreInfo } from './models';
import { SinglePacket } from './models';
import { SinglePacketChunk } from './models';
import { ServiceCallType } from '@iotize/tap';
export declare const SERVICE_CALLS: {
getInfo: ServiceCallType<void, SinglePacketStoreInfo>;
writeAndExecuteBytes: ServiceCallType<Uint8Array, void>;
writeAndExecute: ServiceCallType<SinglePacket, void>;
writeChunk: ServiceCallType<SinglePacketChunk, void>;
executeSinglePacketInStore: ServiceCallType<number, void>;
};