C# Class PTP.PTPCommunication

Afficher le fichier Open project: mweerden/CHDKPTPRemote

Méthodes publiques

Свойство Type Description
NParams int

Private Properties

Свойство Type Description
CheckError void
CheckErrorAndLength void
ReceiveData void
ReceiveResponse void
SendData void
SendRequest void

Méthodes publiques

Méthode Description
PTPCommunication ( PTPDevice dev ) : System
ResetAll ( ) : void
ResetParams ( ) : void
Send ( ) : void
Send ( byte data ) : void

Private Methods

Méthode Description
CheckError ( ErrorCode err ) : void
CheckErrorAndLength ( ErrorCode err, int len, int target_len ) : void
ReceiveData ( byte &data ) : void
ReceiveResponse ( ) : void
SendData ( byte data ) : void
SendRequest ( ) : void

Method Details

PTPCommunication() public méthode

public PTPCommunication ( PTPDevice dev ) : System
dev PTPDevice
Résultat System

ResetAll() public méthode

public ResetAll ( ) : void
Résultat void

ResetParams() public méthode

public ResetParams ( ) : void
Résultat void

Send() public méthode

public Send ( ) : void
Résultat void

Send() public méthode

public Send ( byte data ) : void
data byte
Résultat void

Property Details

NParams public_oe property

public int NParams
Résultat int