|
BroConnectionProcessInput Method |
Processes input sent to the sensor by Bro.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool ProcessInput()
Public Function ProcessInput As Boolean
member ProcessInput : unit -> bool
public boolean ProcessInput()
Return Value
Type:
Booleantrue if any input was processed; otherwise,
false.
Exceptions 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