set_connection
Description:
public Result set_connection (string nettype, string addrtype, string address, uint ttl, uint addr_number)
Configure the SDP connection in this with the given parameters.
Parameters:
| this |
a Message |
| nettype |
the type of network. "IN" is defined to have the meaning "Internet". |
| addrtype |
the type of address. |
| address |
the address |
| ttl |
the time to live of the address |
| addr_number |
the number of layers |
Returns:
|
a Result. |