다음을 통해 공유


HumanPresenceSettings.IsWakeOnApproachEnabled 속성

정의

사용자가 접근하고 있는 것을 감지하면 사람의 현재 상태 센서가 PC를 절전 모드에서 해제할 수 있는지 여부를 가져오거나 설정합니다.

public:
 property bool IsWakeOnApproachEnabled { bool get(); void set(bool value); };
bool IsWakeOnApproachEnabled();

void IsWakeOnApproachEnabled(bool value);
public bool IsWakeOnApproachEnabled { get; set; }
var boolean = humanPresenceSettings.isWakeOnApproachEnabled;
humanPresenceSettings.isWakeOnApproachEnabled = boolean;
Public Property IsWakeOnApproachEnabled As Boolean

속성 값

Boolean

bool

True이면 절식 모드 해제 방법을 사용할 수 있습니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

HumanPresenceFeatures.IsWakeOnApproachSupported, HumanPresenceFeatures.SupportedWakeOrLockDistancesInMillimeters, WakeOnApproachDistanceInMillimeters

적용 대상