iControl.NetworkingProfileFEC.get_source_packet C# (CSharp) 메소드

get_source_packet() 개인적인 메소드

private get_source_packet ( string profile_names ) : CommonProfileULong[]
profile_names string
리턴 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