IOFireWireDCLCommandPoolInterface
Предстоящее описание.
Наследование
Не применимый
Соответствует
Не применимый
Оператор импорта
Не применимый не применимый
-
Объявление
C++
DCLCommand* ( *Allocate) (
IOFireWireLibDCLCommandPoolRef self,
IOByteCount inSize );
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateCallProcDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
DCLCallCommandProc *inProc,
DCLCallProcDataType inProcData);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateJumpDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
DCLLabel *pInJumpDCLLabel);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateLabelDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocatePtrTimeStampDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
UInt32 *inTimeStampPtr);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateReceiveBufferDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize,
IOByteCount inPacketSize,
UInt32 inBufferOffset);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateReceivePacketDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateReceivePacketStartDCL)(
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateSendBufferDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize,
IOByteCount inPacketSize,
UInt32 inBufferOffset);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateSendPacketDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateSendPacketStartDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateSendPacketWithHeaderStartDCL)(
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
void *inBuffer,
IOByteCount inSize);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateSetTagSyncBitsDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
UInt16 inTagBits,
UInt16 inSyncBits);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateTransferBufferDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
UInt32 inOpcode,
void *inBuffer,
IOByteCount inSize,
IOByteCount inPacketSize,
UInt32 inBufferOffset);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateTransferPacketDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
UInt32 inOpcode,
void *inBuffer,
IOByteCount inSize);
Обсуждение
Предстоящее описание
-
Объявление
C++
DCLCommand* ( *AllocateUpdateDCLListDCL) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
DCLCommand **inDCLCommandList,
UInt32 inNumCommands);
Обсуждение
Предстоящее описание
-
Объявление
C++
IOReturn ( *AllocateWithOpcode) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL,
DCLCommand **outDCL,
UInt32 opcode,
... );
Обсуждение
Предстоящее описание
-
Объявление
C++
void ( *Free) (
IOFireWireLibDCLCommandPoolRef self,
DCLCommand *inDCL );
Обсуждение
Предстоящее описание
-
Объявление
C++
IOByteCount ( *GetBytesRemaining) (
IOFireWireLibDCLCommandPoolRef self );
Обсуждение
Предстоящее описание
-
Объявление
C++
IOByteCount ( *GetSize) (
IOFireWireLibDCLCommandPoolRef self );
Обсуждение
Предстоящее описание
-
Объявление
C++
Boolean ( *SetSize) (
IOFireWireLibDCLCommandPoolRef self,
IOByteCount inSize );
Обсуждение
Предстоящее описание