TestimoX

API Reference

Class

WindowsBluetoothActionResult

Namespace ComputerX.Bluetooth
Assembly ComputerX
Implements
ILocalActionResult IEquatable<WindowsBluetoothActionResult>
Modifiers sealed

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 requiredposition: 0
True when the action succeeded.
Message System.String requiredposition: 1
Human-readable action result detail.

Methods

public WindowsBluetoothActionResult <Clone>$() #
Returns: WindowsBluetoothActionResult
public Void Deconstruct(out Boolean Succeeded, out String Message) #
Returns: Void

Parameters

Succeeded Boolean requiredposition: 0
Message String requiredposition: 1
public virtual Boolean Equals(WindowsBluetoothActionResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public virtual Boolean Succeeded { get; set; } #

True when the action succeeded.

public virtual String Message { get; set; } #

Human-readable action result detail.