DeckSendCommand_I Method (MItemClass)
the size of the buffer containing the command packet to transmit
the buffer containing the command packet to transmit
the size of the response data
the buffer to contain the response packet
the size of the buffer that will contain the response packet
error code
Sends a custom command to the deck. A custom command operation cannot occur if there is an export-to-tape, capture or a custom command operation in progress. The supplied custom command must conform to the Sony 9 Pin protocol and must not include the checksum byte. It will be generated by this interface and added to the command.
Syntax
Public Overridable Sub DeckSendCommand_I( _
   ByVal _lInBufferSize As Integer, _
   ByRef _pInBuffer As Byte, _
   ByRef _pOutDataSize As Integer, _
   ByVal _ppOutBuffer As IntPtr, _
   ByVal outBufferSize As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
public virtual void DeckSendCommand_I( 
   int _lInBufferSize,
   ref byte _pInBuffer,
   out int _pOutDataSize,
   out IntPtr _ppOutBuffer,
   int outBufferSize,
   out eMBMDDeckControlError _pError
)
public procedure DeckSendCommand_I( 
    _lInBufferSize: Integer;
   var  _pInBuffer: Byte;
   Out  _pOutDataSize: Integer;
   Out  _ppOutBuffer: IntPtr;
    outBufferSize: Integer;
   Out  _pError: eMBMDDeckControlError
); virtual; 
public: virtual void DeckSendCommand_I( 
   int _lInBufferSize,
   ref byte _pInBuffer,
   [PARAMFLAG::Out] int _pOutDataSize,
   [PARAMFLAG::Out] IntPtr _ppOutBuffer,
   int outBufferSize,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_lInBufferSize
the size of the buffer containing the command packet to transmit
_pInBuffer
the buffer containing the command packet to transmit
_pOutDataSize
the size of the response data
_ppOutBuffer
the buffer to contain the response packet
outBufferSize
the size of the buffer that will contain the response packet
_pError
error code
See Also

Reference

MItemClass Class
MItemClass Members