Public Overridable Sub DeckSendCommand_I( _
ByVal As Integer, _
ByRef As Byte, _
ByRef As Integer, _
ByVal As IntPtr, _
ByVal As Integer, _
ByRef As eMBMDDeckControlError _
)
public virtual void DeckSendCommand_I(
int ,
ref byte ,
out int ,
out IntPtr ,
int ,
out eMBMDDeckControlError
)
public procedure DeckSendCommand_I(
: Integer;
var : Byte;
Out : Integer;
Out : IntPtr;
: Integer;
Out : eMBMDDeckControlError
); virtual;
public: virtual void DeckSendCommand_I(
int ,
ref byte ,
[PARAMFLAG::Out] int ,
[PARAMFLAG::Out] IntPtr ,
int ,
[PARAMFLAG::Out] eMBMDDeckControlError
)