meterbuslibts/dist/meterbus.d.ts
2017-08-09 14:45:17 +02:00

11 lines
267 B
TypeScript

export declare namespace MeterbusLib {
class Telegram {
private _hexString;
private _telegram;
constructor();
readonly hexString: string;
readonly telegram: number[];
fromHexString(hexString: string): void;
}
}