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: 4.1.4031.1525
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