C# Class MAXSharp.House

Mostrar archivo Open project: bietiekay/MAXSharp Class Usage Examples

Public Properties

Property Type Description
CubeInformation H_Message
Name String
Rooms List

Public Methods

Method Description
GetAllDevices ( ) : List

Gets all devices.

GetAllDevicesInADictionary ( ) : IMAXDevice>.Dictionary
House ( ) : System
UpdateDevices ( IMAXDevice>.Dictionary _devices ) : bool

Method Details

GetAllDevices() public method

Gets all devices.
public GetAllDevices ( ) : List
return List

GetAllDevicesInADictionary() public method

public GetAllDevicesInADictionary ( ) : IMAXDevice>.Dictionary
return IMAXDevice>.Dictionary

House() public method

public House ( ) : System
return System

UpdateDevices() public method

public UpdateDevices ( IMAXDevice>.Dictionary _devices ) : bool
_devices IMAXDevice>.Dictionary
return bool

Property Details

CubeInformation public_oe property

public H_Message,MAXSharp CubeInformation
return H_Message

Name public_oe property

public String Name
return String

Rooms public_oe property

public List Rooms
return List