Function libzt::node::zts_net_get_name[][src]

pub unsafe extern "C" fn zts_net_get_name(
    net_id: u64,
    dst: *mut c_char,
    len: c_uint
) -> c_int
Expand description

@brief Get the nickname of the network

@param net_id Network ID @param dst Destination string buffer @param len Length of destination string buffer

@return ZTS_ERR_OK if successful, ZTS_ERR_SERVICE if the node experiences a problem, ZTS_ERR_ARG if invalid argument.