yes Classes (interfaces) <xsl:value-of select="$ifname" /> <xsl:if test="$reportExtends"> <xsl:value-of select="concat(' (', @extends, ')')" /> </xsl:if> This interface is not supported in the web service. With the web service, this interface is mapped to a structure. Attributes that return this interface will not return an object, but a complete structure containing the attributes listed below as structure members. This interface is supported in the web service only, not in COM/XPCOM. This interface extends and therefore supports all its methods and attributes as well. Attributes <xsl:choose> <xsl:when test="@readonly='yes'"> <xsl:value-of select="concat(@name, ' (read-only)')" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="concat(@name, ' (read/write)')" /> </xsl:otherwise> </xsl:choose> [] This attribute is not supported in the web service. <xsl:value-of select="@name" /> This method is not supported in the web service. [] [ptr] [] , ) If this method fails, the following error codes may be reported: : Enumerations (enums) <xsl:value-of select="$ifname" /> See also: