共用方式為


RfcommServiceId 類別

定義

表示 RFCOMM 服務識別碼。

public ref class RfcommServiceId sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RfcommServiceId final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RfcommServiceId final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RfcommServiceId
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RfcommServiceId
Public NotInheritable Class RfcommServiceId
繼承
Object Platform::Object IInspectable RfcommServiceId
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
bluetooth

屬性

GenericFileTransfer

建立對應至標準化一般檔案傳輸服務之服務識別碼的 RfcommServiceId 物件, (簡短識別碼0x1202) 。

ObexFileTransfer

建立對應至標準化 OBEX 檔案傳輸服務之服務識別碼的 RfcommServiceId 物件, (簡短識別碼0x1106) 。

ObexObjectPush

建立對應至標準化 OBEX 物件推送服務之服務識別碼的 RfcommServiceId 物件, (簡短識別碼0x1105) 。

PhoneBookAccessPce

建立對應至標準化電話簿存取服務識別碼的 RfcommServiceId 物件, (PCE) 服務 (簡短識別碼0x112E) 。

PhoneBookAccessPse

建立對應至標準化電話簿存取服務識別碼的 RfcommServiceId 物件, (PSE) 服務 (簡短識別碼0x112F) 。

SerialPort

建立對應至標準化序列埠服務之服務識別碼的 RfcommServiceId 物件, (簡短識別碼0x1101) 。

Uuid

擷取 128 位服務識別碼。

方法

AsShortId()

盡可能將 RfcommServiceId 轉換為 32 位服務識別碼。

AsString()

將 RfcommServiceId 轉換為字串。

FromShortId(UInt32)

從 32 位服務識別碼建立 RfcommServiceId 物件。

FromUuid(Guid)

從 128 位服務識別碼建立 RfcommServiceId 物件。

適用於