Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Mobile Link クライアントのストリームタイプとネットワークプロトコルオプションを設定します。
public virtual return_code MLLightPoller::SetConnectInfo( const char * streamName, const char * streamParams );
streamName 使用するネットワークプロトコル。使用可能な値は、次のとおりです。tcpip、http、https、または tls。
streamParams セミコロンで区切ったリスト形式のプロトコルオプション文字列。 オプションの完全なリストについては、Mobile Link クライアントネットワークプロトコルオプションを参照してください。
return_code 列挙体にリストされているコードの 1 つ。 return_code 列挙体を参照してください。
poller_ret = poller->SetConnectInfo("http", "host=localhost;port=80;")