The CogIOTCPIP type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Changed |
This event is raised when one or more parts of the object's state may
have changed.
(Inherited from CogSerializableChangedEventBase.) | |
| ClientConnectionChanged |
Used only for the client device. This event is fired whenever
a server connection is made.
| |
| JobCanStop |
Used to indicate that the job can stop as
there are no more data to process after Stop is called.
| |
| MessageReceived |
This event is fired whenever the device receives an input
| |
| MessageSent |
This event is fired whenever the device send an output.
This is used to assist a visual indicator
| |
| ServerConnectionChanged |
Used only for the server device. This event is fired whenever
a client connection is added or removed from the server.
| |
| SocketReadError |
This event should only be used for the purpose of decoding socket error
for TCP/IP.
| |
| SocketWriteError |
See Also