Struct interface to NSC Datagram (i.e., UDP) Sockets.
More...
#include <sim_interface.h>
Struct interface to NSC Datagram (i.e., UDP) Sockets.
Definition at line 373 of file sim_interface.h.
virtual INetDatagramSocket::~INetDatagramSocket |
( |
| ) |
|
|
inlinevirtual |
virtual void INetDatagramSocket::send_data |
( |
const void * |
data, |
|
|
int |
datalen |
|
) |
| |
|
pure virtual |
Send a datagram.
- Parameters
-
data | the data |
datalen | data length |
virtual void INetDatagramSocket::set_destination |
( |
const char * |
, |
|
|
int |
|
|
) |
| |
|
pure virtual |
Set the destination address and port.
The documentation for this struct was generated from the following file: