iControl.NetworkingProfileFEC.get_lzo_state C# (CSharp) Method

get_lzo_state() private method

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