Namespace:
HidSharp.Experimental
Assembly:
HidSharp (in HidSharp.dll) Version: 2.6.3
public IAsyncResult BeginWriteCharacteristicWithoutResponse(
BleCharacteristic characteristic,
byte[] value,
int offset,
int count,
AsyncCallback callback,
Object state
)
Public Function BeginWriteCharacteristicWithoutResponse (
characteristic As BleCharacteristic,
value As Byte(),
offset As Integer,
count As Integer,
callback As AsyncCallback,
state As Object
) As IAsyncResult
public:
IAsyncResult^ BeginWriteCharacteristicWithoutResponse(
BleCharacteristic^ characteristic,
array<unsigned char>^ value,
int offset,
int count,
AsyncCallback^ callback,
Object^ state
)
member BeginWriteCharacteristicWithoutResponse :
characteristic : BleCharacteristic *
value : byte[] *
offset : int *
count : int *
callback : AsyncCallback *
state : Object -> IAsyncResult
Parameters
- characteristic
- Type: HidSharp.ExperimentalBleCharacteristic
- value
- Type: SystemByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
- callback
- Type: SystemAsyncCallback
- state
- Type: SystemObject
Return Value
Type:
IAsyncResult
Reference