TorchControl.PowerSupported 속성

정의

디바이스에서 토치 LED 전원 설정을 변경할 수 있도록 허용하는 경우 구체적으로 지정하는 값을 가져옵니다.

public:
 property bool PowerSupported { bool get(); };
bool PowerSupported();
public bool PowerSupported { get; }
var boolean = torchControl.powerSupported;
Public ReadOnly Property PowerSupported As Boolean

속성 값

Boolean

bool

전원 설정을 수정할 수 있으면 true입니다. 그렇지 않으면 false입니다.

적용 대상