MultiProtocolFrameParser Events

Events

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

See Also