DeckClose Method (IMDeckControl)
place the deck into standby mode (1) before disconnection
Optionally place the deck in standby mode before closing the connection
Syntax
Sub DeckClose( _
   ByVal _bStandbyOn As Integer _
) 
void DeckClose( 
   int _bStandbyOn
)
procedure DeckClose( 
    _bStandbyOn: Integer
); 
void DeckClose( 
   int _bStandbyOn
) 

Parameters

_bStandbyOn
place the deck into standby mode (1) before disconnection
See Also

Reference

IMDeckControl Interface
IMDeckControl Members