C# Class HouseOfTheFuture.RF24Library.Status

Mostrar archivo Open project: HouseOfTheFuture/IoT-Device

Public Methods

Method Description
Status ( byte reg ) : System
ToString ( ) : string
Update ( byte reg ) : void

Method Details

Status() public method

public Status ( byte reg ) : System
reg byte
return System

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( byte reg ) : void
reg byte
return void