[Missing <summary> documentation for "P:InTheHand.Bluetooth.GattCharacteristicValueChangedEventArgs.Value"]
public byte[] Value { get; }
Public ReadOnly Property Value As Byte()
Get
public:
property array<unsigned char>^ Value {
array<unsigned char>^ get ();
}
member Value : byte[] with get