HeroStats Libraries
CityOfHeroes.Scanner Namespace

Namespace hierarchy

Classes

Class Description
CohScanner Represents the scanner used to find the City of Heroes client and read incoming chat messages
SimulateScanner Scanner used to simulate City of Heroes client activity, for use in HeroStats development

Interfaces

Interface Description
IScanner Interface to any of the scanner classes. Various scanners look for the CoH client, scan for chat messages, or mimic the CoH client for testing purposes. All implement this interface.

Note that this interface is used internally by the working scanner classes and should not be used by application code.

Delegates

Delegate Description
ChatMessageEventHandler Delegate used in the scanner's OnChatMessage event
HeroLoginHandler Delegate used in the scanner's OnHeroLogin event
HeroLogoutHandler Delegate used in the scanner's OnHeroLogout event
ScanningActiveHandler Delegate used in the scanner's OnScanningResumed event
ScanningErrorHandler Delegate used in the scanner's OnScanningError event
ScanningInactiveHandler Delegate used in the scanner's OnScanningPaused event
ScanningStartHandler Delegate used in the scanner's OnScanningStart event
ScanningStopHandler Delegate used in the scanner's OnScanningStop event