
Power
Sets or acquires the Bluetooth device power status.
■ Syntax
[VB]
Public Property Power As EN_POWER
[C#]
public EN_POWER Power{get; set;}
■ Property
Power status
Default value
: EN_POWER.OFF
■ Exceptions
Name of Exception Meaning
ArgumentException Parameter error
SecurityException The wireless LAN device is opened.
■ Note
Wireless LAN and Bluetooth device cannot be opened at the same time. If Bluetooth
device tries to be opened while wireless LAN device is opened, an exception is thrown.
[Ex.] Turn ON the Bluetooth device.
[VB] MyBluetooth.Power = Bluetooth.EN_POWER.ON
[C#] MyBluetooth.Power = Bluetooth.EN_POWER.ON;
269
Comentários a estes Manuais