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.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static bool HasWriteSignal(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
BooleanTrue if the specified IO port provides a "Write" signal.
See Also