C# Class StoreIDTopGateAPI.AlarmPattern

Show file Open project: nedap/StoreIDTopGateAPI Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AlarmPattern ( ) : System
AlarmPattern ( int onTime, int offTime, int lightsHoldTime, int count ) : System
ToString ( ) : String

Method Details

AlarmPattern() public method

public AlarmPattern ( ) : System
return System

AlarmPattern() public method

public AlarmPattern ( int onTime, int offTime, int lightsHoldTime, int count ) : System
onTime int
offTime int
lightsHoldTime int
count int
return System

ToString() public method

public ToString ( ) : String
return String