Condividi tramite


RfcommInboundConnectionInformation.SdpRecord Proprietà

Definizione

Ottiene o imposta il record SDP Bluetooth che il sistema annuncia per conto dell'app.

public:
 property IBuffer ^ SdpRecord { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer SdpRecord();

void SdpRecord(IBuffer value);
public IBuffer SdpRecord { get; set; }
var iBuffer = rfcommInboundConnectionInformation.sdpRecord;
rfcommInboundConnectionInformation.sdpRecord = iBuffer;
Public Property SdpRecord As IBuffer

Valore della proprietà

Il record SDP Bluetooth che il sistema annuncia per conto dell'app.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a