IDiscRecorder2ExSendCommandNoData Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void SendCommandNoData(
byte[] Cdb,
uint CdbSize,
byte[] SenseBuffer,
uint Timeout
)
Sub SendCommandNoData (
Cdb As Byte(),
CdbSize As UInteger,
SenseBuffer As Byte(),
Timeout As UInteger
)
Dim instance As IDiscRecorder2Ex
Dim Cdb As Byte()
Dim CdbSize As UInteger
Dim SenseBuffer As Byte()
Dim Timeout As UInteger
instance.SendCommandNoData(Cdb, CdbSize,
SenseBuffer, Timeout)
abstract SendCommandNoData :
Cdb : byte[] *
CdbSize : uint32 *
SenseBuffer : byte[] *
Timeout : uint32 -> unit
void SendCommandNoData(
byte[] Cdb,
UInt32 CdbSize,
byte[] SenseBuffer,
UInt32 Timeout
)
function SendCommandNoData(
Cdb : byte[],
CdbSize : uint,
SenseBuffer : byte[],
Timeout : uint
)
function SendCommandNoData(Cdb, CdbSize, SenseBuffer, Timeout);
Parameters
- Cdb
- Type: SystemByte
- CdbSize
- Type: SystemUInt32
- SenseBuffer
- Type: SystemByte
- Timeout
- Type: SystemUInt32
See Also