#include <CorelinkClasses.h>
|
| SendStream (const StreamData &streamData) |
|
| SendStream (const SendStream &rhs) |
|
| SendStream (SendStream &&rhs) |
|
SendStream & | operator= (const SendStream &rhs) |
|
| operator STREAM_ID () const |
|
bool | send (const std::string &msg, const int &federationID=0) |
|
bool | send (const std::string &msg, const rapidjson::Document &json, bool serverCheck=false, const int &federationID=0) |
|
bool | send (const char *msg, int msgLen, const int &federationID=0) |
|
bool | send (const char *msg, int msgLen, const rapidjson::Document &json, bool serverCheck=false, const int &federationID=0) |
|
Definition at line 462 of file CorelinkClasses.h.
◆ SendStream() [1/3]
Corelink::SendStream::SendStream |
( |
const StreamData & |
streamData | ) |
|
|
inline |
◆ SendStream() [2/3]
Corelink::SendStream::SendStream |
( |
const SendStream & |
rhs | ) |
|
|
inline |
◆ SendStream() [3/3]
Corelink::SendStream::SendStream |
( |
SendStream && |
rhs | ) |
|
|
inline |
◆ operator STREAM_ID()
Corelink::SendStream::operator STREAM_ID |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ send() [1/4]
bool Corelink::SendStream::send |
( |
const std::string & |
msg, |
|
|
const int & |
federationID = 0 |
|
) |
| |
|
inline |
Use to send data on the stream. Target functionity not implemented though it should be able to specify the reciever. Thread safe.
- Parameters
-
msg | Data to send to server. |
federationID | Server specified to recieve data. |
- Returns
- If stream exists on client.
Definition at line 50 of file CorelinkSendStream.h.
◆ send() [2/4]
bool Corelink::SendStream::send |
( |
const std::string & |
msg, |
|
|
const rapidjson::Document & |
json, |
|
|
bool |
serverCheck = false , |
|
|
const int & |
federationID = 0 |
|
) |
| |
|
inline |
Use to send data on the stream. Target functionity not implemented though it should be able to specify the reciever. Thread safe.
- Parameters
-
msg | Data to send to server. |
json | Json to attach with the message. |
federationID | Server specified to recieve data. |
serverCheck | Should server check the json. |
- Returns
- If stream exists on client.
Definition at line 54 of file CorelinkSendStream.h.
◆ send() [3/4]
bool Corelink::SendStream::send |
( |
const char * |
msg, |
|
|
int |
msgLen, |
|
|
const int & |
federationID = 0 |
|
) |
| |
|
inline |
Use to send data on the stream. Target functionity not implemented though it should be able to specify the reciever. Thread safe.
- Parameters
-
msg | Data to send to server. |
msgLen | Length of data to send. |
federationID | Server specified to recieve data. |
- Returns
- If stream exists on client.
Definition at line 62 of file CorelinkSendStream.h.
◆ send() [4/4]
bool Corelink::SendStream::send |
( |
const char * |
msg, |
|
|
int |
msgLen, |
|
|
const rapidjson::Document & |
json, |
|
|
bool |
serverCheck = false , |
|
|
const int & |
federationID = 0 |
|
) |
| |
|
inline |
Use to send data on the stream. Target functionity not implemented though it should be able to specify the reciever. Thread safe.
- Parameters
-
msg | Data to send to server. |
msgLen | Length of data to send. |
json | Json to attach with the message. |
federationID | Server specified to recieve data. |
serverCheck | Should server check the json. |
- Returns
- If stream exists on client.
Definition at line 66 of file CorelinkSendStream.h.
◆ StreamData
The documentation for this class was generated from the following files: