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

set_qinq_ether_type() 개인적인 메소드

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