iControl.NetworkingInterfaces.set_media_sfp C# (CSharp) Method

set_media_sfp() private method

private set_media_sfp ( string interfaces, NetworkingInterfacesMediaType media_types ) : void
interfaces string
media_types NetworkingInterfacesMediaType
return void
        public void set_media_sfp(
		string [] interfaces,
		NetworkingInterfacesMediaType [] media_types
	)
        {
            this.Invoke("set_media_sfp", new object [] {
                interfaces,
                media_types});
        }
NetworkingInterfaces