High Performance OPC UA Server SDK  1.2.0.193
util_url Struct Reference

Struct to represent the elements of a URL. More...

#include <url.h>

Data Fields

const char * scheme
 scheme or protocol, like http or opc.tcp
 
size_t scheme_len
 length of the scheme
 
const char * host
 hostname or ip address
 
size_t host_len
 length of the host
 
const char * path
 trailing data after the port
 
size_t path_len
 length of the path
 
uint16_t port
 port number
 

Detailed Description

Struct to represent the elements of a URL.

The strings are not zero terminated, so the associated length field must be respected.


The documentation for this struct was generated from the following file: