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