Click or drag to resize

PortConfigHasWriteSignal Method

Returns a flag that indicates whether the specified IO port provides a "Write" signal (which could be employed to control an external latch).

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax
C#
public static bool HasWriteSignal(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

Boolean
True if the specified IO port provides a "Write" signal.
See Also