IDiscRecorder2ExSendCommandGetDataFromDevice Method |
Namespace:
IMAPI2
Assembly:
CSAudioCDBurner (in CSAudioCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxvoid SendCommandGetDataFromDevice(
ref byte Cdb,
uint CdbSize,
out byte[] SenseBuffer,
uint Timeout,
out byte Buffer,
uint BufferSize,
out uint BufferFetched
)
Sub SendCommandGetDataFromDevice (
ByRef Cdb As Byte,
CdbSize As UInteger,
<OutAttribute> ByRef SenseBuffer As Byte(),
Timeout As UInteger,
<OutAttribute> ByRef Buffer As Byte,
BufferSize As UInteger,
<OutAttribute> ByRef BufferFetched As UInteger
)
Dim instance As IDiscRecorder2Ex
Dim Cdb As Byte
Dim CdbSize As UInteger
Dim SenseBuffer As Byte()
Dim Timeout As UInteger
Dim Buffer As Byte
Dim BufferSize As UInteger
Dim BufferFetched As UInteger
instance.SendCommandGetDataFromDevice(Cdb,
CdbSize, SenseBuffer, Timeout, Buffer,
BufferSize, BufferFetched)
abstract SendCommandGetDataFromDevice :
Cdb : byte byref *
CdbSize : uint32 *
SenseBuffer : byte[] byref *
Timeout : uint32 *
Buffer : byte byref *
BufferSize : uint32 *
BufferFetched : uint32 byref -> unit
void SendCommandGetDataFromDevice(
/** @ref */byte Cdb,
UInt32 CdbSize,
/** @attribute OutAttribute */ /** @ref */byte[] SenseBuffer,
UInt32 Timeout,
/** @attribute OutAttribute */ /** @ref */byte Buffer,
UInt32 BufferSize,
/** @attribute OutAttribute */ /** @ref */UInt32 BufferFetched
)
function SendCommandGetDataFromDevice(
Cdb : byte,
CdbSize : uint,
SenseBuffer : byte[],
Timeout : uint,
Buffer : byte,
BufferSize : uint,
BufferFetched : uint
)
function SendCommandGetDataFromDevice(Cdb, CdbSize, SenseBuffer, Timeout, Buffer, BufferSize, BufferFetched);
Parameters
- Cdb
- Type: SystemByte
- CdbSize
- Type: SystemUInt32
- SenseBuffer
- Type: SystemByte
- Timeout
- Type: SystemUInt32
- Buffer
- Type: SystemByte
- BufferSize
- Type: SystemUInt32
- BufferFetched
- Type: SystemUInt32
See Also