Click or drag to resize

SfioAPIRead Method

Reads the state of special function input signals from the selected register.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public uint Read(
	SfRegister register
)

Parameters

register  SfRegister
Selects the special function register.

Return Value

UInt32
The value currently asserted at the input pins, and possibly other related state information, depending on the selected SfRegister.
See Also