C# Class CHDKPTP.CHDKPTPUtil

ファイルを表示 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_oe static_oe property

public static int CHDK_VERSION_MAJOR
return int

CHDK_VERSION_MINOR public_oe static_oe property

public static int CHDK_VERSION_MINOR
return int