/* * DAS.Channel.cs * * Copyright © 2009 * Diversified Technical Systems, Inc. * All Rights Reserved */ using DTS.Utilities; namespace DTS.DAS.Concepts.DAS { /// /// Slice control app's internal abstract representation of a DAS channel. /// /// /// /// The "type" of the data contained by channels of this DAS. /// /// public abstract class Channel : Exceptional { } }