Click or drag to resize

OhioFieldGetData Method

Gets a list containing the data from the specified OhioPlane.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public IList<ushort> GetData(
	OhioPlane plane
)

Parameters

plane  OhioPlane
The plane to get the data from.

Return Value

IListUInt16
A list of values
See Also