EVT_ACX_PIN_DATAFORMAT_CHANGE_NOTIFICATION callback function (acxpin.h)

The EVT_ACX_PIN_DATAFORMAT_CHANGE_NOTIFICATION callback function is implemented by the driver and is called when a data format change occurs on the specified pin.

Syntax

EVT_ACX_PIN_DATAFORMAT_CHANGE_NOTIFICATION EvtAcxPinDataformatChangeNotification;

void EvtAcxPinDataformatChangeNotification(
  ACXPIN Pin,
  ACXTARGETCIRCUIT TargetCircuit,
  ULONG TargetPinId
)
{...}

Parameters

Pin

An ACXPIN object representing the specific pin for which the data format change occurred.

TargetCircuit

An ACXTARGETCIRCUIT object representing the circuit to which the Pin is connected.

TargetPinId

The identifier of the pin in the TargetCircuit to which the Pin is connected.

Return value

None

Remarks

The change is triggered by a change in the corresponding (connected) remote pin or circuit.

ACX requirements

Minimum ACX version: 1.1

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxpin.h

See also