DeckSendCommand 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( _
   ByVal _lInBufferSize As Integer, _
   ByVal _pInBuffer As Long, _
   ByRef _pOutDataSize As Integer, _
   ByVal _ppOutBuffer As Long, _
   ByVal outBufferSize As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
public: virtual void DeckSendCommand( 
   int _lInBufferSize,
   long _pInBuffer,
   [PARAMFLAG::Out] int _pOutDataSize,
   long _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