BleStreamWriteCharacteristicWithoutResponse Method (BleCharacteristic, Byte, Int32, Int32)

HIDSharp

Namespace:  HidSharp.Experimental
Assembly:  HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax

public void WriteCharacteristicWithoutResponse(
	BleCharacteristic characteristic,
	byte[] value,
	int offset,
	int count
)

Parameters

characteristic
Type: HidSharp.ExperimentalBleCharacteristic
value
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32
See Also

Reference