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 *const
接続の確立に使用される #WeaveConnection オブジェクト。
|
DNSOptions
|
uint8_t
ホスト名の解決方法を制御する一連のオプション。
|
EndpointHostPortList
|
HostPortList *const
接続のホスト名とポート情報を含む HostPortList オブジェクト。
|
ServiceEndpoint
|
const uint64_t
接続が確立されるサービス エンドポイント。
|
パブリック属性
AuthMode
WeaveAuthMode nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::AuthMode
接続に必要な認証モード。
ConnectIntf
InterfaceId nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::ConnectIntf
接続を確立するネットワーク インターフェース。
接続
WeaveConnection *const nl::Weave::Profiles::ServiceDirectory::ServiceConnectBeginArgs::Connection
接続の確立に使用される #WeaveConnection オブジェクト。
DNSOptions
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 )