public bool IsDataSubscription()

in DeviceBridge/Models/DeviceSubscriptionType.cs [82:85]


        public bool IsDataSubscription()
        {
            return (this == DesiredProperties) || (this == Methods) || (this == C2DMessages);
        }