Swap the position of two equivalent pins.

syntaxSyntax:
DlxPin.PinSwap(pin)

Parameters

Parameter Description
pin The DlxPin to swap with this pin.

Return Value

If the operation ends correctly, it returns true otherwise it returns false.

Example

  Copy codeCopy code

See also