Click or drag to resize

MultiProtocolFrameParser Events

The MultiProtocolFrameParser type exposes the following members.

Events
  Name Description
Public event BufferParsed Occurs when buffer parsing has completed.
Public event ConfigurationChanged Occurs when a device sends a notification that its configuration has changed.
Public event ConnectionAttempt Occurs when MultiProtocolFrameParser is attempting connection to a device.
Public event ConnectionEstablished Occurs when MultiProtocolFrameParser has established a connection to a device.
Public event ConnectionException Occurs when an Exception is encountered during connection attempt to a device.
Public event ConnectionTerminated Occurs when device connection has been terminated.
Public event ExceededParsingExceptionThreshold Occurs when number of parsing exceptions exceed AllowedParsingExceptions during ParsingExceptionWindow.
Public event ParsingException Occurs when an Exception is encountered while parsing the data stream.
Public event ReceivedChannelFrame Occurs when any IChannelFrame has been received.
Public event ReceivedCommandFrame Occurs when a ICommandFrame has been received.
Public event ReceivedConfigurationFrame Occurs when a IConfigurationFrame has been received.
Public event ReceivedDataFrame Occurs when a IDataFrame has been received.
Public event ReceivedFrameBufferImage Occurs when a frame buffer image has been received.
Public event ReceivedFrameImage Occurs when a frame image has been received.
Public event ReceivedHeaderFrame Occurs when a IHeaderFrame has been received.
Public event ReceivedUndeterminedFrame Occurs when an undetermined IChannelFrame has been received.
Public event SentCommandFrame Occurs when a ICommandFrame is sent to a device.
Public event ServerIndexUpdated Occurs when the ServerIndex of the associated connection is updated.
Public event ServerStarted Occurs when the MultiProtocolFrameParser is setup as a listening connection and server connection has been started.
Public event ServerStopped Occurs when the MultiProtocolFrameParser is setup as a listening connection and server connection has been stopped.
Top
See Also