API Reference
Class
WindowsBluetoothActionResult
Result returned by local Windows Bluetooth control requests.
Inheritance
- Object
- WindowsBluetoothActionResult
Constructors
public WindowsBluetoothActionResult(Boolean Succeeded, String Message) #Result returned by local Windows Bluetooth control requests.
Parameters
- Succeeded System.Boolean
- True when the action succeeded.
- Message System.String
- Human-readable action result detail.
Methods
public WindowsBluetoothActionResult <Clone>$() #Returns:
WindowsBluetoothActionResultpublic Void Deconstruct(out Boolean Succeeded, out String Message) #Returns:
VoidParameters
- Succeeded Boolean
- Message String
public virtual Boolean Equals(WindowsBluetoothActionResult other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String