iControl.NetworkingInterfaces.set_qinq_ether_type C# (CSharp) Method

set_qinq_ether_type() private method

private set_qinq_ether_type ( string interfaces, string ether_types ) : void
interfaces string
ether_types string
return void
        public void set_qinq_ether_type(
		string [] interfaces,
		string [] ether_types
	)
        {
            this.Invoke("set_qinq_ether_type", new object [] {
                interfaces,
                ether_types});
        }
NetworkingInterfaces