Base Framework
|
Isochronous read request context. More...
#include <base/communication/IEEE1394Common.h>
Inherits IEEE1394Common::IsochronousRequestImpl.
Inherited by IEEE1394Common::IsochronousReadFixedDataRequestImpl, IEEE1394Common::IsochronousReadFixedPacketsRequestImpl, and IEEE1394Common::IsochronousReadPacketsRequestImpl.
Public Member Functions | |
unsigned int | getSubchannel () noexcept |
void | setSubchannel (unsigned int subchannel) |
uint8 * | getBuffer () const noexcept |
unsigned int | getBufferSize () const noexcept |
void | setBuffer (uint8 *buffer, unsigned int size) |
unsigned int | getReceivedPackets () const noexcept |
![]() | |
IsochronousRequestImpl (unsigned int _options) noexcept | |
unsigned int | getOptions () const noexcept |
void | setOptions (unsigned int options) |
bool | isPending () const noexcept |
IsochronousRequestStatus | getStatus () const noexcept |
void | reset () |
![]() | |
ReferenceCountedObject () noexcept | |
ReferenceCountedObject (const ReferenceCountedObject ©) noexcept | |
ReferenceCountedObject (ReferenceCountedObject &&move) noexcept | |
ReferenceCountedObject & | operator= (const ReferenceCountedObject ©) noexcept |
ReferenceCountedObject & | operator= (ReferenceCountedObject &&move) noexcept |
MemorySize | getNumberOfReferences_INTERNAL () const noexcept |
virtual bool | useGarbageCollector () const noexcept |
![]() | |
DynamicObject () noexcept | |
bool | isValidObject () const noexcept |
virtual | ~DynamicObject () noexcept(false) |
_COM_AZURE_DEV__BASE__OVERRIDE_ALLOC () | |
Protected Member Functions | |
void | setReceivedPackets (unsigned int receivedPackets) noexcept |
virtual void | resetContext () noexcept |
![]() | |
void | setStatus (IsochronousRequestStatus status) noexcept |
Isochronous read request context.
Base class of read requests contexts.
|
inlinenoexcept |
Returns the buffer.
|
inlinenoexcept |
Returns the size of the buffer in bytes.
|
inlinenoexcept |
Returns the number of received packets.
|
inlinenoexcept |
Returns the channel.
|
inlineprotectedvirtualnoexcept |
Reset any context information.
Reimplemented from IEEE1394Common::IsochronousRequestImpl.
void IEEE1394Common::IsochronousReadRequestImpl::setBuffer | ( | uint8 * | buffer, |
unsigned int | size | ||
) |
Sets the buffer.
buffer | The location of the buffer. |
size | The size of the buffer in bytes. |
|
inlineprotectednoexcept |
Sets the number of received packets.
void IEEE1394Common::IsochronousReadRequestImpl::setSubchannel | ( | unsigned int | subchannel | ) |
Sets the subchannel.