iControl.NetworkingProfileFEC.set_source_packet C# (CSharp) Méthode

set_source_packet() private méthode

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