iControl.NetworkingProfileFEC.get_repair_packet C# (CSharp) Method

get_repair_packet() private method

private get_repair_packet ( string profile_names ) : CommonProfileULong[]
profile_names string
return CommonProfileULong[]
        public CommonProfileULong[] get_repair_packet(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_repair_packet", new object [] {
                profile_names});
            return ((CommonProfileULong [])(results[0]));
        }
NetworkingProfileFEC