Qt 4.8
|
#include <usbostcomm.h>
Public Functions | |
TInt | Close () |
TInt | Connect () |
TInt | Disconnect () |
TInt | Open () |
TInt | ReadCancel () |
void | ReadMessage (TRequestStatus &aStatus, TDes8 &aDes) |
TInt | RegisterProtocolID (TOstProtIds aId, TBool aNeedHeader) |
RUsbOstComm () | |
TVersion | Version () const |
void | WriteMessage (TRequestStatus &aStatus, const TDesC8 &aDes, TBool aHasHeader=EFalse) |
Definition at line 52 of file usbostcomm.h.
|
private |
Definition at line 67 of file usbostcomm.h.
RUsbOstComm::RUsbOstComm | ( | ) |
Definition at line 88 of file usbostcomm.h.
TInt RUsbOstComm::Close | ( | ) |
Definition at line 143 of file usbostcomm.h.
TInt RUsbOstComm::Connect | ( | ) |
Definition at line 92 of file usbostcomm.h.
TInt RUsbOstComm::Disconnect | ( | ) |
Definition at line 133 of file usbostcomm.h.
TInt RUsbOstComm::Open | ( | ) |
Definition at line 138 of file usbostcomm.h.
TInt RUsbOstComm::ReadCancel | ( | ) |
Definition at line 162 of file usbostcomm.h.
void RUsbOstComm::ReadMessage | ( | TRequestStatus & | aStatus, |
TDes8 & | aDes | ||
) |
Definition at line 156 of file usbostcomm.h.
TInt RUsbOstComm::RegisterProtocolID | ( | TOstProtIds | aId, |
TBool | aNeedHeader | ||
) |
Definition at line 150 of file usbostcomm.h.
TVersion RUsbOstComm::Version | ( | ) | const |
Definition at line 176 of file usbostcomm.h.
void RUsbOstComm::WriteMessage | ( | TRequestStatus & | aStatus, |
const TDesC8 & | aDes, | ||
TBool | aHasHeader = EFalse |
||
) |
Definition at line 167 of file usbostcomm.h.