CHDKPTPRemote.Session.ListDevices C# (CSharp) Méthode

ListDevices() public static méthode

public static ListDevices ( bool only_supported = true ) : List
only_supported bool
Résultat List
        public static List<CHDKPTPDevice> ListDevices(bool only_supported = true)
        {
            return CHDKPTPUtil.FindDevices(only_supported);
        }