Base Framework
|
Isochronous read fixed packets request. More...
#include <base/communication/IEEE1394Common.h>
Inherits Object.
Public Member Functions | |
IsochronousReadFixedPacketsRequest (IsochronousReadFixedPacketsRequestImpl *_context) noexcept | |
IsochronousReadFixedPacketsRequest (const IsochronousReadFixedPacketsRequest ©) noexcept | |
IsochronousReadFixedPacketsRequest & | operator= (const IsochronousReadFixedPacketsRequest &assign) noexcept |
bool | isValid () const noexcept |
bool | isPending () const noexcept |
IsochronousRequestStatus | getStatus () const noexcept |
void | reset () |
unsigned int | getOptions () const noexcept |
unsigned int | getBufferSize () const noexcept |
unsigned int | getSubchannel () noexcept |
void | setSubchannel (unsigned int subchannel) |
unsigned int | getReceivedPackets () const noexcept |
unsigned int | getPayload () const noexcept |
void | setPayload (unsigned int payload) |
uint8 * | getBuffer () const noexcept |
void | setBuffer (uint8 *buffer, unsigned int size) |
Isochronous read fixed packets request.
Isochronous read fixed packets request (READ_FIXED_PACKETS_REQUEST).
|
inlinenoexcept |
Initializes object.
|
inlinenoexcept |
Initializes object from other object.
|
inlinenoexcept |
Returns the buffer.
|
inlinenoexcept |
Returns the size of the buffer.
|
inlinenoexcept |
Returns the options of the request.
|
inlinenoexcept |
Returns the maximum payload in bytes per packet.
|
inlinenoexcept |
Returns the number of received packets.
|
inlinenoexcept |
Returns the current status of the request.
|
inlinenoexcept |
Returns the subchannel.
|
inlinenoexcept |
Returns true if the request is pending for completion.
|
inlinenoexcept |
Returns true if request is valid.
|
inlinenoexcept |
Assignment of object by object.
|
inline |
Resets the request. Raises IEEE1394Exception is request is pending.
|
inline |
Sets the buffer.
buffer | The location of the buffer. |
size | The size of the buffer in bytes. |
|
inline |
Sets the payload in bytes per packet.
|
inline |
Sets the subchannel.