C# Class hds.CommandHandler

Show file Open project: hdneo/mxo-hd

Public Properties

Property Type Description
au ArrayUtils
nu NumericalUtils
pu PacketsUtils
su StringUtils

Public Methods

Method Description
CommandHandler ( ) : System
processWhereamiCommand ( byte &packet ) : void

Method Details

CommandHandler() public method

public CommandHandler ( ) : System
return System

processWhereamiCommand() public method

public processWhereamiCommand ( byte &packet ) : void
packet byte
return void

Property Details

au public property

public ArrayUtils,hds au
return ArrayUtils

nu public property

public NumericalUtils,hds nu
return NumericalUtils

pu public property

public PacketsUtils pu
return PacketsUtils

su public property

public StringUtils su
return StringUtils