iOS SDK API リファレンス

クラス | 型定義 | 列挙型
SKWDataConnection.h ファイル
#import "SKWConnection.h"

[ソースコード]

クラス

class  SKWDataConnection
 DataConnection 相当のクラスです。 [詳解]
 

型定義

typedef void(^ SKWDataConnectionEventCallback) (NSObject *__nullable arg)
 データコネクションイベントコールバックシグネチャ
 

列挙型

enum  SKWDataConnectionEventEnum { SKW_DATACONNECTION_EVENT_OPEN, SKW_DATACONNECTION_EVENT_DATA, SKW_DATACONNECTION_EVENT_CLOSE, SKW_DATACONNECTION_EVENT_ERROR }
 データコネクションイベントタイプ [詳解]
 

列挙型詳解

◆ SKWDataConnectionEventEnum

データコネクションイベントタイプ

列挙値
SKW_DATACONNECTION_EVENT_OPEN 

Emitted when the connection is established and ready-to-use.

SKW_DATACONNECTION_EVENT_DATA 

Emitted when data is received from the remote peer.

SKW_DATACONNECTION_EVENT_CLOSE 

Emitted when either you or the remote peer closes the data connection.

SKW_DATACONNECTION_EVENT_ERROR 

Errors on the data conenction are almost always fatal and will destroy the data connection.