Class Link
- class Link
- derived from Communicator_Common
| Constructor Summary |
Link() |
| Method Summary |
bool | hasData() |
const Id & | id() |
void | open() |
int | receive(message_t * data, msgSize_t maxSize) |
int | receive() |
bool | send(message_t * data, msgSize_t msgSize) |
msgSize_t | send() |
Link
public Link()
hasData
public bool hasData()
id
public const Id & id()
open
public void open()
receive
public int receive(message_t * data, msgSize_t maxSize)
receive
public int receive()
send
public bool send(message_t * data, msgSize_t msgSize)
send
public msgSize_t send()