@iotize/tap
Version:
IoTize Device client for Javascript
26 lines (25 loc) • 1.13 kB
TypeScript
/**
* Generated file. Do not edit
*/
import { ServiceCallType } from '@iotize/tap';
export declare const SERVICE_CALLS: {
getClientId: ServiceCallType<void, string>;
putClientId: ServiceCallType<string, void>;
getUsername: ServiceCallType<void, string>;
putUsername: ServiceCallType<string, void>;
getBrokerHostname: ServiceCallType<void, string>;
putBrokerHostname: ServiceCallType<string, void>;
getBrokerPort: ServiceCallType<void, string>;
putBrokerPort: ServiceCallType<string, void>;
getPassword: ServiceCallType<void, string>;
putPassword: ServiceCallType<string, void>;
getRelayNetKey: ServiceCallType<void, string>;
putRelayNetKey: ServiceCallType<string, void>;
putBrokerCertificate: ServiceCallType<Uint8Array, void>;
getTopicPrefix: ServiceCallType<void, string>;
putTopicPrefix: ServiceCallType<string, void>;
getRequestTopic: ServiceCallType<void, string>;
putRequestTopic: ServiceCallType<string, void>;
getResponseTopic: ServiceCallType<void, string>;
putResponseTopic: ServiceCallType<string, void>;
};