UNPKG

xiot-core-xcp-ts

Version:
20 lines (19 loc) 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ByebyeCodec = void 0; const Byebye_1 = require("../../../typedef/iq/basic/Byebye"); class ByebyeCodec { encodeQueryContent(query) { return null; } encodeResultContent(result) { return null; } decodeQuery(id, content) { return new Byebye_1.QueryByebye(id); } decodeResult(id, content) { return new Byebye_1.ResultByebye(id); } } exports.ByebyeCodec = ByebyeCodec;