Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Kreyos
Classes
Managers
DeviceConfigManager
C# Class Kreyos.Classes.Managers.DeviceConfigManager
Show file
Open project: kreyosopensource/KreyosWP
Public Methods
Method
Description
GetDeviceConfig
( ) :
DeviceConfiguration
SetHeight
(
int
p_height
) :
void
SetNewGoal
(
int
p_goal
) :
void
SetWeight
(
int
p_weight
) :
void
Method Details
GetDeviceConfig()
public
method
public
GetDeviceConfig
( ) :
DeviceConfiguration
return
Kreyos.Classes.Components.DeviceConfiguration
SetHeight()
public
method
public
SetHeight
(
int
p_height
) :
void
p_height
int
return
void
SetNewGoal()
public
method
public
SetNewGoal
(
int
p_goal
) :
void
p_goal
int
return
void
SetWeight()
public
method
public
SetWeight
(
int
p_weight
) :
void
p_weight
int
return
void