iControl.NetworkingProfileMAP.set_ea_bits_length C# (CSharp) Method

set_ea_bits_length() private method

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