SendDVCommand
method
Deprecated
Kept for backward compatibility only.
Delphi
function SendDVCommand (DVCommand: TDVCommand): Boolean;
C++Builder
bool __fastcall SendDVCommand(TDVCommand DVCommand);
C#
public bool SendDVCommand(TDVCommand DVCommand);
VB.NET
Public Function SendDVCommand(DVCommand As TDVCommand) As Boolean
C++/Qt
BOOL SendDVCommand (TDVCommand DVCommand);
Sends the specified TDVCommand transport command to the DV device. Returns true upon success.