City Based Parking and Routing System API Documentation

TrafficLight Enumeration

Enumeration of the different traffic light statuses.

public enum TrafficLight

Members

Member Name Description
NoSignal The traffic light is out of commission.
Red The traffic light is red.
Yellow The traffic light is yellow.
Green The traffic light is green.

Requirements

Namespace: CBPRS.Infrastructure

Assembly: Infrastructure (in Infrastructure.dll)

See Also

CBPRS.Infrastructure Namespace