C# Class HouseOfTheFuture.RF24Library.AddressWidth

Mostrar archivo Open project: HouseOfTheFuture/IoT-Device

Public Methods

Method Description
Check ( byte address ) : void
Check ( int addressWidth ) : void
Get ( byte address ) : byte

Method Details

Check() public static method

public static Check ( byte address ) : void
address byte
return void

Check() public static method

public static Check ( int addressWidth ) : void
addressWidth int
return void

Get() public static method

public static Get ( byte address ) : byte
address byte
return byte