IDiscRecorder2ExSendCommandSendDataToDevice Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void SendCommandSendDataToDevice(
byte[] Cdb,
uint CdbSize,
byte[] SenseBuffer,
uint Timeout,
byte[] Buffer,
uint BufferSize
)
Sub SendCommandSendDataToDevice (
Cdb As Byte(),
CdbSize As UInteger,
SenseBuffer As Byte(),
Timeout As UInteger,
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[] *
CdbSize : uint32 *
SenseBuffer : byte[] *
Timeout : uint32 *
Buffer : byte[] *
BufferSize : uint32 -> unit
void SendCommandSendDataToDevice(
byte[] Cdb,
UInt32 CdbSize,
byte[] SenseBuffer,
UInt32 Timeout,
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