CogIOTCPIP EventsCognex VisionPro 9.25 SR1

The CogIOTCPIP type exposes the following members.

Events

  NameDescription
Public eventChanged
This event is raised when one or more parts of the object's state may have changed.
(Inherited from CogSerializableChangedEventBase.)
Public eventClientConnectionChanged
Used only for the client device. This event is fired whenever a server connection is made.
Public eventJobCanStop
Used to indicate that the job can stop as there are no more data to process after Stop is called.
Public eventMessageReceived
This event is fired whenever the device receives an input
Public eventMessageSent
This event is fired whenever the device send an output. This is used to assist a visual indicator
Public eventServerConnectionChanged
Used only for the server device. This event is fired whenever a client connection is added or removed from the server.
Public eventSocketReadError
This event should only be used for the purpose of decoding socket error for TCP/IP.
Public eventSocketWriteError
Top
See Also