Click or drag to resize

OhioFieldGetData Method (Int32)

Gets a list containing the data from the specified OhioPlane. This function is identical to GetData(OhioPlane) except that it takes an int as parameter.

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public IList<short> GetData(
	int plane
)

Parameters

plane
Type: SystemInt32
The plane must be one of the values defined in the enum OhioPlane.

Return Value

Type: IListInt16
A list of values
See Also