DeckGetDeviceID Method (MLiveClass)
code for the device model
error code
Gets the device ID returned by the deck.
Syntax
Public Overridable Sub DeckGetDeviceID( _
   ByRef _pDeviceId As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
public virtual void DeckGetDeviceID( 
   out int _pDeviceId,
   out eMBMDDeckControlError _pError
)
public procedure DeckGetDeviceID( 
   Out  _pDeviceId: Integer;
   Out  _pError: eMBMDDeckControlError
); virtual; 
public: virtual void DeckGetDeviceID( 
   [PARAMFLAG::Out] int _pDeviceId,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_pDeviceId
code for the device model
_pError
error code
See Also

Reference

MLiveClass Class
MLiveClass Members