nip2pLinkStream
int32_t nip2pLinkStream (nip2p_tStreamHandle streamHandle);
Purpose
Links the writer and reader in the stream that you specify.
Parameters
Input |
Name |
Type |
Description |
StreamHandle |
nip2p_tStreamHandle |
Specifies the stream to link. |
Return Value
Name |
Type |
Description |
Error code |
int32_t |
Returns the error code for the session or execution thread.
Value |
Meaning |
0 |
No error. |
Positive Values |
Warning, but the operation succeeded. |
Negative Values |
An error occurred and the operation did not succeed. |
|