C# Class CHDKPTP.CHDKPTPUtil

Show file Open project: mweerden/CHDKPTPRemote

Public Properties

Property Type Description
CHDK_VERSION_MAJOR int
CHDK_VERSION_MINOR int

Public Methods

Method Description
FindDevices ( bool only_supported = true, CHDKPTPDevice>.Func constr = null ) : List

Private Methods

Method Description
CheckSupported ( PTPDevice ptpdev ) : CHDKPTPDevice

Method Details

FindDevices() public static method

public static FindDevices ( bool only_supported = true, CHDKPTPDevice>.Func constr = null ) : List
only_supported bool
constr CHDKPTPDevice>.Func
return List

Property Details

CHDK_VERSION_MAJOR public static property

public static int CHDK_VERSION_MAJOR
return int

CHDK_VERSION_MINOR public static property

public static int CHDK_VERSION_MINOR
return int