iControl.NetworkingTrunk.get_qinq_ether_type C# (CSharp) Method

get_qinq_ether_type() private method

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