IDiscRecorder2ExSendCommandNoData Method |
Namespace:
IMAPI2
Assembly:
CSAudioCDBurner (in CSAudioCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxvoid SendCommandNoData(
ref byte Cdb,
uint CdbSize,
out byte[] SenseBuffer,
uint Timeout
)
Sub SendCommandNoData (
ByRef Cdb As Byte,
CdbSize As UInteger,
<OutAttribute> ByRef 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 byref *
CdbSize : uint32 *
SenseBuffer : byte[] byref *
Timeout : uint32 -> unit
void SendCommandNoData(
/** @ref */byte Cdb,
UInt32 CdbSize,
/** @attribute OutAttribute */ /** @ref */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