Peach :: agent :: _MsgType :: Class _MsgType
[hide private]

Class _MsgType

source code

Type of message

Class Variables [hide private]
  ClientHello = 2
Sent by fuzzer, will include password (optional)
  AgentHello = 1
Sent if password okay, else drop
  ClientDisconnect = 5
  AgentDisconnect = 6
  AgentReady = 7
  Ack = 17
Ack that we completed and finished
  Nack = 18
Ack that we did not complete, error occured
  GetMonitorData = 11
  DetectFault = 8
  OnFault = 9
  OnShutdown = 10
Test completed, shutting down
  OnTestStarting = 13
On Test Case Starting
  OnTestFinished = 14
On Test Case Finished
  StopRun = 20
  StartMonitor = 15
Startup a monitor
  StopMonitor = 16
Stop a monitor
  PublisherStart = 21
  PublisherStop = 22
  PublisherAccept = 23
  PublisherConnect = 24
  PublisherClose = 25
  PublisherCall = 26
  PublisherProperty = 27
  PublisherSend = 28
  PublisherReceive = 29