iControl.NetworkingInterfaces.get_qinq_ether_type C# (CSharp) Method

get_qinq_ether_type() private method

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