iControl.NetworkingProfileFEC.set_decode_queue C# (CSharp) Method

set_decode_queue() private method

private set_decode_queue ( string profile_names, CommonProfileULong values ) : void
profile_names string
values CommonProfileULong
return void
        public void set_decode_queue(
		string [] profile_names,
		CommonProfileULong [] values
	)
        {
            this.Invoke("set_decode_queue", new object [] {
                profile_names,
                values});
        }
NetworkingProfileFEC