Click or drag to resize
BroccoliSharp BroConnectionProcessInput Method
Processes input sent to the sensor by Bro.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool ProcessInput()

Return Value

Type: Boolean
true if any input was processed; otherwise, false.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot process input, BroConnection is disposed.
Remarks
This function reads all input sent to the local sensor by the Bro peering at the current BroConnection. This function cannot block. IsAlive will report the actual state of the connection after a call to ProcessInput.
See Also