CHDKPTPRemote.Session.ListDevices C# (CSharp) 메소드

ListDevices() 공개 정적인 메소드

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