Class CBMutableCharacteristic
- Namespace
- CoreBluetooth
A characteristic of a local peripheral’s service. https://developer.apple.com/documentation/corebluetooth/cbmutablecharacteristic
public class CBMutableCharacteristic : CBCharacteristic, IDisposable
- Inheritance
-
CBMutableCharacteristic
- Implements
- Inherited Members
Constructors
CBMutableCharacteristic(string, CBCharacteristicProperties, byte[], CBAttributePermissions)
public CBMutableCharacteristic(string uuid, CBCharacteristicProperties properties, byte[] value, CBAttributePermissions permissions)
Parameters
uuid
stringproperties
CBCharacteristicPropertiesvalue
byte[]permissions
CBAttributePermissions
Properties
Permissions
public CBAttributePermissions Permissions { get; set; }
Property Value
Properties
public override CBCharacteristicProperties Properties { get; set; }
Property Value
Value
public override byte[] Value { get; set; }
Property Value
- byte[]
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.