CHDKPTPRemote.Session.ListDevices C# (CSharp) Method

ListDevices() public static method

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