bool SetPortStates64(int, int, string)

Toggles the on/off or high/low state of ports/pins, each represented by one bit.

Security

Trust Level Required: Full Trust

Parameters

Name Description
portBitsLow int
The low-order 32 bits for port/pin states.
portBitsHigh int
The high-order 32 bits for port/pin states.
deviceName (Optional) string
The name of the device, as specified in the Config Tool. Default: null.

Return

true, upon success.