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 As Integer, _
ByVal As Long, _
ByRef As Integer, _
ByVal As Long, _
ByVal As Integer, _
ByRef As eMBMDDeckControlError _
)
public virtual void DeckSendCommand(
int ,
long ,
out int ,
long ,
int ,
out eMBMDDeckControlError
)
public procedure DeckSendCommand(
: Integer;
: Int64;
Out : Integer;
: Int64;
: Integer;
Out : eMBMDDeckControlError
); virtual;
public: virtual void DeckSendCommand(
int ,
long ,
[PARAMFLAG::Out] int ,
long ,
int ,
[PARAMFLAG::Out] eMBMDDeckControlError
)
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