iControl.NetworkingProfileFEC.set_source_packet C# (CSharp) Method

set_source_packet() private method

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