ไม่มี:: สาน:: โปรไฟล์:: BDX_ปัจจุบัน:: WeaveBdxClient

สรุป

ตัวสร้างและตัวทำลาย

WeaveBdxClient ()

ประเภทสาธารณะ

ErrorHandler )(void *aAppState, WEAVE_ERROR anErrorCode) typedef
void(*
GetBlockHandler )(void *aAppState, uint64_t *pLength, uint8_t **aDataBlock, bool *isLastBlock) typedef
void(*
PutBlockHandler )(uint64_t aLength, uint8_t *aDataBlock, bool isLastBlock) typedef
void(*
ReceiveAcceptHandler )(ReceiveAccept *aReceiveAcceptMsg) typedef
void(*
ReceiveInitHandler )(ReceiveInit *aReceiveInitMsg) typedef
void(*
RejectHandler )(void *aAppState, StatusReport *aReport) typedef
void(*
SendAcceptHandler )(void *aAppState, SendAccept *aSendAcceptMsg) typedef
void(*
SendInitHandler )(SendInit *aSendInitMsg) typedef
void(*
XferDoneHandler )(void *aAppState) typedef
void(*
XferErrorHandler )(void *aAppState, StatusReport *aXferError) typedef
void(*

คุณลักษณะสาธารณะ

amDriver
bool
amInitiator
bool
amSender
bool
isAccepted
bool
isAsynch
bool
isDone
bool
isInitiated
bool
isWideRange
bool
theAppState
void *
theBlockCounter
uint8_t
theConnection
theEncryptionType
uint8_t
theErrorHandler
ErrorHandler
theExchangeCtx
theExchangeMgr
theFabricState
theFileDesignator
theGetBlockHandler
GetBlockHandler
theKeyId
uint16_t
theLength
uint64_t
theMaxBlockSize
uint16_t
thePutBlockHandler
PutBlockHandler
theReceiveAcceptHandler
ReceiveAcceptHandler
theReceiveInitHandler
ReceiveInitHandler
theRejectHandler
RejectHandler
theSendAcceptHandler
SendAcceptHandler
theSendInitHandler
SendInitHandler
theStartOffset
uint64_t
theXferDoneHandler
XferDoneHandler
theXferErrorHandler
XferErrorHandler

งานสาธารณะ

DispatchErrorHandler ( WEAVE_ERROR anErrorCode)
void
DispatchGetBlockHandler (uint64_t *pLength, uint8_t **aDataBlock, bool *isLastBlock)
void
DispatchPutBlockHandler (uint64_t length, uint8_t *dataBlock, bool isLastBlock)
void
DispatchReceiveAccept ( ReceiveAccept *aReceiveAcceptMsg)
void
DispatchRejectHandler ( StatusReport *aReport)
void
DispatchSendAccept ( SendAccept *aSendAcceptMsg)
void
DispatchXferDoneHandler ()
void
DispatchXferErrorHandler ( StatusReport *aXferError)
void
awaitBdxInit ()
initBdxReceive (bool iCanDrive, ReceiveAcceptHandler anAcceptHandler, RejectHandler aRejectHandler, PutBlockHandler aBlockHandler, XferErrorHandler aXferErrorHandler, XferDoneHandler aDoneHandler, ErrorHandler anErrorHandler)
initBdxSend (bool iCanDrive, bool uCanDrive, bool aSynchOK, SendAcceptHandler anAcceptHandler, RejectHandler aRejectHandler, GetBlockHandler aBlockHandler, XferErrorHandler aXferErrorHandler, XferDoneHandler aDoneHandler, ErrorHandler anErrorHandler, ReferencedTLVData *aMetaData)
initClient ( WeaveExchangeManager *, void *, ReferencedString &, uint16_t, uint64_t, uint64_t, bool)
shutdownClient ()
shutdownClient ( WEAVE_ERROR aErr)

ประเภทสาธารณะ

ตัวจัดการข้อผิดพลาด

void(* ErrorHandler)(void *aAppState, WEAVE_ERROR anErrorCode)

GetBlockHandler

void(* GetBlockHandler)(void *aAppState, uint64_t *pLength, uint8_t **aDataBlock, bool *isLastBlock)

PutBlockHandler

void(* PutBlockHandler)(uint64_t aLength, uint8_t *aDataBlock, bool isLastBlock)

รับAcceptHandler

void(* ReceiveAcceptHandler)(ReceiveAccept *aReceiveAcceptMsg)

รับInitHandler

void(* ReceiveInitHandler)(ReceiveInit *aReceiveInitMsg)

ตัวจัดการการปฏิเสธ

void(* RejectHandler)(void *aAppState, StatusReport *aReport)

SendAcceptHandler

void(* SendAcceptHandler)(void *aAppState, SendAccept *aSendAcceptMsg)

SendInitHandler

void(* SendInitHandler)(SendInit *aSendInitMsg)

XferDoneHandler

void(* XferDoneHandler)(void *aAppState)

XferErrorHandler

void(* XferErrorHandler)(void *aAppState, StatusReport *aXferError)

คุณลักษณะสาธารณะ

amDriver

bool amDriver

ผู้ริเริ่ม

bool amInitiator

amSender

bool amSender

เป็นที่ยอมรับ

bool isAccepted

isAsynch

bool isAsynch

เสร็จแล้ว

bool isDone

เป็นผู้ริเริ่ม

bool isInitiated

isWideRange

bool isWideRange

theAppState

void * theAppState

theBlockCounter

uint8_t theBlockCounter

การเชื่อมต่อ

WeaveConnection * theConnection

theEncryptionType

uint8_t theEncryptionType

ตัวจัดการข้อผิดพลาด

ErrorHandler theErrorHandler

theExchangeCtx

ExchangeContext * theExchangeCtx

theExchangeMgr

WeaveExchangeManager * theExchangeMgr

theFabricState

const WeaveFabricState * theFabricState

theFileDesignator

ReferencedString theFileDesignator

theGetBlockHandler

GetBlockHandler theGetBlockHandler

theKeyId

uint16_t theKeyId

ความยาว

uint64_t theLength

theMaxBlockSize

uint16_t theMaxBlockSize

thePutBlockHandler

PutBlockHandler thePutBlockHandler

theReceiveAcceptHandler

ReceiveAcceptHandler theReceiveAcceptHandler

theReceiveInitHandler

ReceiveInitHandler theReceiveInitHandler

ตัวจัดการการปฏิเสธ

RejectHandler theRejectHandler

theSendAcceptHandler

SendAcceptHandler theSendAcceptHandler

theSendInitHandler

SendInitHandler theSendInitHandler

theStartOffset

uint64_t theStartOffset

theXferDoneHandler

XferDoneHandler theXferDoneHandler

theXferErrorHandler

XferErrorHandler theXferErrorHandler

งานสาธารณะ

DispatchErrorHandler

void DispatchErrorHandler(
  WEAVE_ERROR anErrorCode
)

DispatchGetBlockHandler

void DispatchGetBlockHandler(
  uint64_t *pLength,
  uint8_t **aDataBlock,
  bool *isLastBlock
)

DispatchPutBlockHandler

void DispatchPutBlockHandler(
  uint64_t length,
  uint8_t *dataBlock,
  bool isLastBlock
)

DispatchReceiveAccept

void DispatchReceiveAccept(
  ReceiveAccept *aReceiveAcceptMsg
)

DispatchRejectHandler

void DispatchRejectHandler(
  StatusReport *aReport
)

DispatchSendAccept

void DispatchSendAccept(
  SendAccept *aSendAcceptMsg
)

DispatchXferDoneHandler

void DispatchXferDoneHandler()

DispatchXferErrorHandler

void DispatchXferErrorHandler(
  StatusReport *aXferError
)

WeaveBdxClient

l10n-placeholder=49

รอBdxInit

l10n-placeholder=50

initBdxReceive

l10n-placeholder=51

initBdxส่ง

l10n-placeholder=52

initClient

l10n-placeholder=53

ปิดไคลเอ็นต์

l10n-placeholder=54

ปิดไคลเอ็นต์

l10n-placeholder=55