Click or drag to resize

OhioState Enumeration

Specifies the status of the communication link to host.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public enum OhioState
Members
Member nameValueDescription
DISCONNECTED0 Disconnected from the host.
CONNECTED1 Connected to the host.
FIRSTDATA2 First data stream arrived (useful for implementing startup actions).
See Also