C# 클래스 Kreyos.Classes.Managers.DeviceConfigManager

파일 보기 프로젝트 열기: kreyosopensource/KreyosWP

공개 메소드들

메소드 설명
GetDeviceConfig ( ) : DeviceConfiguration
SetHeight ( int p_height ) : void
SetNewGoal ( int p_goal ) : void
SetWeight ( int p_weight ) : void

메소드 상세

GetDeviceConfig() 공개 메소드

public GetDeviceConfig ( ) : DeviceConfiguration
리턴 Kreyos.Classes.Components.DeviceConfiguration

SetHeight() 공개 메소드

public SetHeight ( int p_height ) : void
p_height int
리턴 void

SetNewGoal() 공개 메소드

public SetNewGoal ( int p_goal ) : void
p_goal int
리턴 void

SetWeight() 공개 메소드

public SetWeight ( int p_weight ) : void
p_weight int
리턴 void