iControl.NetworkingProfileFEC.get_source_packet C# (CSharp) Method

get_source_packet() private method

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