iControl.ManagementDevice.get_contact C# (CSharp) Méthode

get_contact() private méthode

private get_contact ( string devices ) : string[]
devices string
Résultat string[]
        public string[] get_contact(
		string [] devices
	)
        {
            object [] results = this.Invoke("get_contact", new object [] {
                devices});
            return ((string [])(results[0]));
        }
ManagementDevice