[詳解]
43 #ifndef DOXYGEN_SKIP_THIS
44 @property (nonatomic, readonly)
id __nullable dataChannel;
48 @property (nonatomic, readonly) NSUInteger bufferSize;
49 #endif // !DOXYGEN_SKIP_THIS
90 - (BOOL)send:(NSObject* __nonnull)data;
DataConnection 相当のクラスです。
Definition: SKWDataConnection.h:41
void close()
データ通信接続の切断と解放をおこないます。
@ SKW_DATACONNECTION_EVENT_ERROR
Errors on the data conenction are almost always fatal and will destroy the data connection.
Definition: SKWDataConnection.h:26
@ SKW_DATACONNECTION_EVENT_CLOSE
Emitted when either you or the remote peer closes the data connection.
Definition: SKWDataConnection.h:24
SKWDataConnectionEventEnum
データコネクションイベントタイプ
Definition: SKWDataConnection.h:17
データチャンネルオブジェクトです
Definition: SKWDataChannel.h:19
void(^ SKWDataConnectionEventCallback)(NSObject *__nullable arg)
データコネクションイベントコールバックシグネチャ
Definition: SKWDataConnection.h:32
SKWDataConnection / SKWMediaConnection の基底クラスです。
Definition: SKWConnection.h:62
@ SKW_DATACONNECTION_EVENT_DATA
Emitted when data is received from the remote peer.
Definition: SKWDataConnection.h:22
@ SKW_DATACONNECTION_EVENT_OPEN
Emitted when the connection is established and ready-to-use.
Definition: SKWDataConnection.h:20