
InitialPower
Sets or acquires the power status of the Bluetooth device when booted up.
■ Syntax
[VB]
Public Property InitialPower As EN_POWER
[C#]
public EN_POWER InitialPower {get; set;}
■ Property
Power status
Default value
: EN_POWER.OFF
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Turn ON the Bluetooth device power status when booting up.
[VB] Bluetooth.Settings.InitialPower = Bluetooth.EN_POWER.ON
[C#] Bluetooth.Settings.InitialPower = Bluetooth.EN_POWER.ON;
272
Kommentare zu diesen Handbüchern