<<eXtension>> <<cert>>.
More...
Detailed Description
Field Documentation
Creates an instance of the user defined datagram Interface.
A user defined datagram function that is called by RTI Connext Micro to create an instance of the NETIO_DGRAM transport.
- Parameters:
-
upstream | <<in>> The upstream interface. |
property | <<in>> The user defined interface property. |
- Returns:
- The function must return a pointer to a new instance on success and NULL on failure.
Read available interfaces from the user DGRAM interface.
A user defined datagram function that is called by RTI Connext Micro to read the available interfaces from a transport.
- Parameters:
-
netio_intf | <<in>> The DGRAM interface to use. |
if_table | <<in>> The interface table. |
- Returns:
- TRUE on success, FALSE on failure.
Bind to an address.
A user defined datagram function called by RTI Connext Micro to start listening on the specified address.
- Parameters:
-
user_intf | <<in>> The DGRAM interface to to use. |
source | <<in>> The address to bind. |
- Returns:
- RTI_TRUE if successful, RTI_FALSE if not.