C# Class GHIElectronics.UAP.Gadgeteer.Modules.RotaryH1

Inheritance: Module
Mostrar archivo Open project: amykatenicho/IoTWorkshop

Protected Properties

Property Type Description
socket ISocket

Public Methods

Method Description
GetCount ( ) : int
ResetCount ( ) : void

Protected Methods

Method Description
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task

Private Methods

Method Description
Read ( Command command, Register register ) : int
Write ( Command command, Register register ) : void
Write ( Command command, Register register, Mode0 mode ) : void
Write ( Command command, Register register, Mode1 mode ) : void

Method Details

GetCount() public method

public GetCount ( ) : int
return int

Initialize() protected method

protected Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task
parentSocket ISocket
return System.Threading.Tasks.Task

ResetCount() public method

public ResetCount ( ) : void
return void

Property Details

socket protected_oe property

protected ISocket socket
return ISocket