nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs

#include <src/lib/profiles/service-directory/ServiceDirectory.h>

WeaveServiceManager::OnConnectBegin コールバックに渡される引数。

まとめ

コンストラクタとデストラクタ

ServiceConnectBeginArgs(uint64_t inServiceEndpoint, WeaveConnection *inConnection, HostPortList *inEndpointHostPortList, InterfaceId inConnectIntf, WeaveAuthMode inAuthMode, uint8_t inDNSOptions)

パブリック属性

AuthMode
WeaveAuthMode
接続に必要な認証モード。
ConnectIntf
InterfaceId
接続を確立する必要があるネットワーク インターフェース。
Connection
接続の確立に使用される #WeaveConnection オブジェクト。
DNSOptions
uint8_t
ホスト名解決の実行方法を制御するオプションのセット。
EndpointHostPortList
HostPortList *const
接続のホスト名とポート情報を含む HostPortList オブジェクト。
ServiceEndpoint
const uint64_t
接続が確立されるサービス エンドポイント。

パブリック属性

認証モード

WeaveAuthMode nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::AuthMode

接続に必要な認証モード。

ConnectIntf

InterfaceId nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::ConnectIntf

接続を確立する必要があるネットワーク インターフェース。

接続

WeaveConnection *const nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::Connection

接続の確立に使用される #WeaveConnection オブジェクト。

DNS オプション

uint8_t nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::DNSOptions

ホスト名解決の実行方法を制御するオプションのセット。

EndpointHostPortList

HostPortList *const nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::EndpointHostPortList

接続のホスト名とポート情報を含む HostPortList オブジェクト。

ServiceEndpoint

const uint64_t nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::ServiceEndpoint

接続が確立されるサービス エンドポイント。

パブリック関数

ServiceConnectBeginArgs

 nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::ServiceConnectBeginArgs(
  uint64_t inServiceEndpoint,
  WeaveConnection *inConnection,
  HostPortList *inEndpointHostPortList,
  InterfaceId inConnectIntf,
  WeaveAuthMode inAuthMode,
  uint8_t inDNSOptions
)