export var ProtocolType;
(function (ProtocolType) {
ProtocolType[ProtocolType["Once"] = 0] = "Once";
ProtocolType[ProtocolType["Optional"] = 1] = "Optional";
ProtocolType[ProtocolType["Repeating"] = 2] = "Repeating";
})(ProtocolType || (ProtocolType = {}));