nl:: Weave:: Profiles:: BDX_Current:: SendInit
Summary
Inheritance
Direct Known Subclasses: nl::Weave::Profiles::BDX_Current::ReceiveInit
Constructors and Destructors |
|
---|---|
SendInit()
|
Public attributes |
|
---|---|
asynchronousModeSupported
|
bool
|
definiteLength
|
bool
|
receiverDriveSupported
|
bool
|
senderDriveSupported
|
bool
|
startOffsetPresent
|
bool
|
theFileDesignator
|
|
theLength
|
uint64_t
|
theMaxBlockSize
|
uint16_t
|
theMetaData
|
|
theStartOffset
|
uint64_t
|
wideRange
|
bool
|
Public functions |
|
---|---|
init(bool aSenderDrive, bool aReceiverDrive, bool asynchMode, uint16_t aMaxBlockSize, uint64_t aStartOffset, uint64_t aLength, ReferencedString & aFileDesignator, ReferencedTLVData *aMetaData)
|
|
init(bool aSenderDrive, bool aReceiverDrive, bool asynchMode, uint16_t aMaxBlockSize, uint32_t aStartOffset, uint32_t aLength, ReferencedString & aFileDesignator, ReferencedTLVData *aMetaData)
|
|
operator==(const SendInit &) const
|
bool
|
pack(PacketBuffer *)
|
|
packedLength()
|
uint16_t
|
Public static functions |
|
---|---|
parse(PacketBuffer *, SendInit &)
|
Public attributes
asynchronousModeSupported
bool asynchronousModeSupported
definiteLength
bool definiteLength
receiverDriveSupported
bool receiverDriveSupported
senderDriveSupported
bool senderDriveSupported
startOffsetPresent
bool startOffsetPresent
theFileDesignator
ReferencedString theFileDesignator
theLength
uint64_t theLength
theMaxBlockSize
uint16_t theMaxBlockSize
theMetaData
ReferencedTLVData theMetaData
theStartOffset
uint64_t theStartOffset
wideRange
bool wideRange
Public functions
SendInit
SendInit()
init
WEAVE_ERROR init( bool aSenderDrive, bool aReceiverDrive, bool asynchMode, uint16_t aMaxBlockSize, uint64_t aStartOffset, uint64_t aLength, ReferencedString & aFileDesignator, ReferencedTLVData *aMetaData )
init
WEAVE_ERROR init( bool aSenderDrive, bool aReceiverDrive, bool asynchMode, uint16_t aMaxBlockSize, uint32_t aStartOffset, uint32_t aLength, ReferencedString & aFileDesignator, ReferencedTLVData *aMetaData )
operator==
bool operator==( const SendInit & ) const
pack
WEAVE_ERROR pack( PacketBuffer * )
packedLength
uint16_t packedLength()
Public static functions
parse
WEAVE_ERROR parse( PacketBuffer *, SendInit & )