/// <summary>
 /// Get a copy of the value of the AudioChannels property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyAudioChannels has previously been called.</remarks>
 /// <returns>Value of the AudioChannels property.</returns>
 public string PropertyAudioChannels()
 {
     if (iPropertyAudioChannels == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyAudioChannels.Value());
 }
Ejemplo n.º 2
0
        /// <summary>
        /// Query the value of the SinkProtocolInfo property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the SinkProtocolInfo property</returns>
        public String PropertySinkProtocolInfo()
        {
            PropertyReadLock();
            String val = iSinkProtocolInfo.Value();

            PropertyReadUnlock();
            return(val);
        }
 /// <summary>
 /// Get a copy of the value of the Ids property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyIds has previously been called.</remarks>
 /// <returns>Value of the Ids property.</returns>
 public string PropertyIds()
 {
     if (iPropertyIds == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyIds.Value());
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Get a copy of the value of the PresentationUrl property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyPresentationUrl has previously been called.</remarks>
 /// <returns>Value of the PresentationUrl property.</returns>
 public string PropertyPresentationUrl()
 {
     if (iPropertyPresentationUrl == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyPresentationUrl.Value());
 }
Ejemplo n.º 5
0
        /// <summary>
        /// Query the value of the LastChange property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the LastChange property</returns>
        public String PropertyLastChange()
        {
            PropertyReadLock();
            String val = iLastChange.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 6
0
        /// <summary>
        /// Query the value of the PresentationUrl property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the PresentationUrl property</returns>
        public String PropertyPresentationUrl()
        {
            PropertyReadLock();
            String val = iPresentationUrl.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 7
0
        /// <summary>
        /// Query the value of the Status property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the Status property</returns>
        public String PropertyStatus()
        {
            PropertyReadLock();
            String val = iStatus.Value();

            PropertyReadUnlock();
            return(val);
        }
 /// <summary>
 /// Get a copy of the value of the UpdateChannel property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyUpdateChannel has previously been called.</remarks>
 /// <returns>Value of the UpdateChannel property.</returns>
 public string PropertyUpdateChannel()
 {
     if (iPropertyUpdateChannel == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyUpdateChannel.Value());
 }
 /// <summary>
 /// Get a copy of the value of the Associations property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyAssociations has previously been called.</remarks>
 /// <returns>Value of the Associations property.</returns>
 public string PropertyAssociations()
 {
     if (iPropertyAssociations == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyAssociations.Value());
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Get a copy of the value of the CurrentConnectionIDs property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyCurrentConnectionIDs has previously been called.</remarks>
 /// <returns>Value of the CurrentConnectionIDs property.</returns>
 public string PropertyCurrentConnectionIDs()
 {
     if (iPropertyCurrentConnectionIDs == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyCurrentConnectionIDs.Value());
 }
 /// <summary>
 /// Get a copy of the value of the UpdateTopic property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyUpdateTopic has previously been called.</remarks>
 /// <returns>Value of the UpdateTopic property.</returns>
 public string PropertyUpdateTopic()
 {
     if (iPropertyUpdateTopic == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyUpdateTopic.Value());
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Get a copy of the value of the SinkProtocolInfo property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertySinkProtocolInfo has previously been called.</remarks>
 /// <returns>Value of the SinkProtocolInfo property.</returns>
 public string PropertySinkProtocolInfo()
 {
     if (iPropertySinkProtocolInfo == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertySinkProtocolInfo.Value());
 }
 /// <summary>
 /// Get a copy of the value of the Status2 property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyStatus2 has previously been called.</remarks>
 /// <returns>Value of the Status2 property.</returns>
 public string PropertyStatus2()
 {
     if (iPropertyStatus2 == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyStatus2.Value());
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Get a copy of the value of the TransportState property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyTransportState has previously been called.</remarks>
 /// <returns>Value of the TransportState property.</returns>
 public string PropertyTransportState()
 {
     if (iPropertyTransportState == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyTransportState.Value());
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Get a copy of the value of the CodecName property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyCodecName has previously been called.</remarks>
 /// <returns>Value of the CodecName property.</returns>
 public string PropertyCodecName()
 {
     if (iPropertyCodecName == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyCodecName.Value());
 }
Ejemplo n.º 16
0
 /// <summary>
 /// Get a copy of the value of the DeviceList property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyDeviceList has previously been called.</remarks>
 /// <returns>Value of the DeviceList property.</returns>
 public string PropertyDeviceList()
 {
     if (iPropertyDeviceList == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyDeviceList.Value());
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Get a copy of the value of the Metatext property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyMetatext has previously been called.</remarks>
 /// <returns>Value of the Metatext property.</returns>
 public string PropertyMetatext()
 {
     if (iPropertyMetatext == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyMetatext.Value());
 }
Ejemplo n.º 18
0
 /// <summary>
 /// Get a copy of the value of the ConnectionStatus property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyConnectionStatus has previously been called.</remarks>
 /// <returns>Value of the ConnectionStatus property.</returns>
 public string PropertyConnectionStatus()
 {
     if (iPropertyConnectionStatus == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyConnectionStatus.Value());
 }
Ejemplo n.º 19
0
        /// <summary>
        /// Query the value of the Metadata property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the Metadata property</returns>
        public String PropertyMetadata()
        {
            PropertyReadLock();
            String val = iMetadata.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 20
0
 /// <summary>
 /// Get a copy of the value of the Version property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyVersion has previously been called.</remarks>
 /// <returns>Value of the Version property.</returns>
 public string PropertyVersion()
 {
     if (iPropertyVersion == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyVersion.Value());
 }
Ejemplo n.º 21
0
        /// <summary>
        /// Query the value of the Attributes property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the Attributes property</returns>
        public String PropertyAttributes()
        {
            PropertyReadLock();
            String val = iAttributes.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 22
0
 /// <summary>
 /// Get a copy of the value of the ConfigurationXml property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyConfigurationXml has previously been called.</remarks>
 /// <returns>Value of the ConfigurationXml property.</returns>
 public string PropertyConfigurationXml()
 {
     if (iPropertyConfigurationXml == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyConfigurationXml.Value());
 }
Ejemplo n.º 23
0
 /// <summary>
 /// Get a copy of the value of the Metadata property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyMetadata has previously been called.</remarks>
 /// <returns>Value of the Metadata property.</returns>
 public string PropertyMetadata()
 {
     if (iPropertyMetadata == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyMetadata.Value());
 }
Ejemplo n.º 24
0
 /// <summary>
 /// Get a copy of the value of the ParameterXml property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyParameterXml has previously been called.</remarks>
 /// <returns>Value of the ParameterXml property.</returns>
 public string PropertyParameterXml()
 {
     if (iPropertyParameterXml == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyParameterXml.Value());
 }
Ejemplo n.º 25
0
        /// <summary>
        /// Query the value of the ARG_TYPE_OnConflict property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the ARG_TYPE_OnConflict property</returns>
        public String PropertyARG_TYPE_OnConflict()
        {
            PropertyReadLock();
            String val = iARG_TYPE_OnConflict.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 26
0
        /// <summary>
        /// Query the value of the Uri property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the Uri property</returns>
        public String PropertyUri()
        {
            PropertyReadLock();
            String val = iUri.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 27
0
        /// <summary>
        /// Query the value of the CurrentConnectionIDs property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the CurrentConnectionIDs property</returns>
        public String PropertyCurrentConnectionIDs()
        {
            PropertyReadLock();
            String val = iCurrentConnectionIDs.Value();

            PropertyReadUnlock();
            return(val);
        }
Ejemplo n.º 28
0
        /// <summary>
        /// Query the value of the CodecName property.
        /// </summary>
        /// <remarks>This function is threadsafe and can only be called if Subscribe() has been
        /// called and a first eventing callback received more recently than any call
        /// to Unsubscribe().</remarks>
        /// <returns>Value of the CodecName property</returns>
        public String PropertyCodecName()
        {
            PropertyReadLock();
            String val = iCodecName.Value();

            PropertyReadUnlock();
            return(val);
        }
 /// <summary>
 /// Get a copy of the value of the PublicKey property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyPublicKey has previously been called.</remarks>
 /// <returns>Value of the PublicKey property.</returns>
 public string PropertyPublicKey()
 {
     if (iPropertyPublicKey == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyPublicKey.Value());
 }
 /// <summary>
 /// Get a copy of the value of the ChannelMap property
 /// </summary>
 /// <remarks>Can only be called if EnablePropertyChannelMap has previously been called.</remarks>
 /// <returns>Value of the ChannelMap property.</returns>
 public string PropertyChannelMap()
 {
     if (iPropertyChannelMap == null)
     {
         throw new PropertyDisabledError();
     }
     return(iPropertyChannelMap.Value());
 }