_OppToolContext Struct Reference

#include <opptool.h>


Data Fields

HANDLE btAuthReg
BTConnectionconnection
int connectionChannel
OBEX_UUID connectionService
int fileCount
Listing filesListing
int folderCount
wchar_t * inputDirectory
parseoptsOptionStruct myOpts
OppToolOperationMode operationMode
BluetoothAddress remoteAddress
ObexSessionsession
OBEX_UUIDsessionTarget


Detailed Description

Structure for opptool context, filled in validateProgramParameters function

Definition at line 105 of file opptool.h.


Field Documentation

HANDLE _OppToolContext::btAuthReg

Registered authentication procedure handle

Definition at line 117 of file opptool.h.

BTConnection* _OppToolContext::connection

Bluetooth connection to the remote device

Definition at line 111 of file opptool.h.

int _OppToolContext::connectionChannel

rfcomm channel used in the connection

Definition at line 126 of file opptool.h.

OBEX_UUID _OppToolContext::connectionService

Bluetooth connection service

Definition at line 120 of file opptool.h.

int _OppToolContext::fileCount

Number of files in input directory

Definition at line 141 of file opptool.h.

Listing _OppToolContext::filesListing

Listing from files parameter or input directory files listing

Definition at line 129 of file opptool.h.

int _OppToolContext::folderCount

Number of folders in input directory

Definition at line 144 of file opptool.h.

wchar_t* _OppToolContext::inputDirectory

Input directory parameter

Definition at line 138 of file opptool.h.

struct parseoptsOptionStruct _OppToolContext::myOpts

Definition at line 132 of file opptool.h.

OppToolOperationMode _OppToolContext::operationMode

The operation mode of oppTool

Definition at line 135 of file opptool.h.

BluetoothAddress _OppToolContext::remoteAddress

Bluetooth address of the remote device

Definition at line 108 of file opptool.h.

ObexSession* _OppToolContext::session

ObexSession for the connection

Definition at line 114 of file opptool.h.

OBEX_UUID* _OppToolContext::sessionTarget

Obex session target

Definition at line 123 of file opptool.h.


The documentation for this struct was generated from the following file: footer
 SourceForge.net Logo