CWDSStatus Enumeration

NI DataSocket

CWDSStatus Enumeration

CWDSStatus are the constants for the Status property on CWDataSocket.

You can use the following constants with this data type:

  • cwdsConnecting–DataSocket is in the process of connecting to the data source or target.
  • cwdsConnectionActive–DataSocket is in the process of transferring the data or waiting for an update.
  • cwdsConnectionError–DataSocket encountered an error connecting to the data source or target.
  • cwdsConnectionIdle–DataSocket has connected to the data source and transferred the data.
  • cwdsUnconnected–DataSocket is not connected to any data source or data target.

See Also

CWDataSocket.Status

CWDataSocket.LastError

CWDataSocket.LastMessage

CWDataSocket.StatusUpdated

CWDataSocket.OnStatusUpdated