Namespace:
HidSharp.Experimental
Assembly:
HidSharp (in HidSharp.dll) Version: 2.6.3
public void WriteCharacteristicWithoutResponse(
BleCharacteristic characteristic,
byte[] value,
int offset,
int count
)
Public Sub WriteCharacteristicWithoutResponse (
characteristic As BleCharacteristic,
value As Byte(),
offset As Integer,
count As Integer
)
public:
void WriteCharacteristicWithoutResponse(
BleCharacteristic^ characteristic,
array<unsigned char>^ value,
int offset,
int count
)
member WriteCharacteristicWithoutResponse :
characteristic : BleCharacteristic *
value : byte[] *
offset : int *
count : int -> unit
Parameters
- characteristic
- Type: HidSharp.ExperimentalBleCharacteristic
- value
- Type: SystemByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
Reference