BleStreamBeginWriteCharacteristicWithoutResponse Method (BleCharacteristic, Byte, Int32, Int32, BleRequestFlags, AsyncCallback, Object)

HIDSharp

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

public virtual IAsyncResult BeginWriteCharacteristicWithoutResponse(
	BleCharacteristic characteristic,
	byte[] value,
	int offset,
	int count,
	BleRequestFlags requestFlags,
	AsyncCallback callback,
	Object state
)

Parameters

characteristic
Type: HidSharp.ExperimentalBleCharacteristic
value
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32
requestFlags
Type: HidSharp.ExperimentalBleRequestFlags
callback
Type: SystemAsyncCallback
state
Type: SystemObject

Return Value

Type: IAsyncResult
See Also

Reference