iControl.NetworkingInterfaces.get_stp_link_type C# (CSharp) 메소드

get_stp_link_type() 개인적인 메소드

private get_stp_link_type ( string interfaces ) : NetworkingSTPLinkType[]
interfaces string
리턴 NetworkingSTPLinkType[]
        public NetworkingSTPLinkType[] get_stp_link_type(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_stp_link_type", new object [] {
                interfaces});
            return ((NetworkingSTPLinkType [])(results[0]));
        }
NetworkingInterfaces