1classdef (Sealed) PollingType
2 % Enumeration of polling service types
4 % Copyright (c) 2012-2026, Imperial College London
14 function text = toText(type)
17 case PollingType.GATED
19 case PollingType.EXHAUSTIVE
21 case PollingType.KLIMITED
26 function
id = toId(type)