C# 클래스 CHDKPTPRemote.Session

파일 보기 프로젝트 열기: mweerden/CHDKPTPRemote 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
DownloadFile ( string filename ) : byte[]
ExecuteScript ( string script, bool return_string_as_byte_array = false ) : object
ListDevices ( bool only_supported = true ) : List
Session ( CHDKPTPDevice dev ) : System

비공개 메소드들

메소드 설명
GetScriptMessage ( int script_id, bool return_string_as_byte_array, bool get_error = false ) : object

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

DownloadFile() 공개 메소드

public DownloadFile ( string filename ) : byte[]
filename string
리턴 byte[]

ExecuteScript() 공개 메소드

public ExecuteScript ( string script, bool return_string_as_byte_array = false ) : object
script string
return_string_as_byte_array bool
리턴 object

ListDevices() 공개 정적인 메소드

public static ListDevices ( bool only_supported = true ) : List
only_supported bool
리턴 List

Session() 공개 메소드

public Session ( CHDKPTPDevice dev ) : System
dev CHDKPTP.CHDKPTPDevice
리턴 System