GattReadRequest.RespondWithProtocolError(Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Responds to the read request with a protocol error.
public:
virtual void RespondWithProtocolError(byte protocolError) = RespondWithProtocolError;
void RespondWithProtocolError(byte const& protocolError);
public void RespondWithProtocolError(byte protocolError);
function respondWithProtocolError(protocolError)
Public Sub RespondWithProtocolError (protocolError As Byte)
Parameters
- protocolError
-
Byte
byte
The protocol error to send. A list of errors with the byte values can be found in GattProtocolError.
Windows requirements
App capabilities |
bluetooth
|