Microsoft DirectX 8.1 (C++)

IBDA_FrequencyFilter::put_Polarity

The put_Polarity method specifies the polarity of the signal.

Syntax

HRESULT put_Polarity(
  Polarisation  Polarity
);

Parameters

  Polarity

[in]  Specifies the polarity as a Polarisation variable.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also