20#ifndef SOPC_HELPER_URI_H_
21#define SOPC_HELPER_URI_H_
22#define TCP_UA_MAX_URL_LENGTH 4096
enum _SOPC_ReturnStatus SOPC_ReturnStatus
Common enumerations for S2OPC.
SOPC_ReturnStatus SOPC_Helper_URI_SplitUri(const char *uri, SOPC_UriType *type, char **hostname, char **port)
SOPC_UriSwitch
Definition sopc_helper_uri.h:29
@ SOPC_URI_PORT
Definition sopc_helper_uri.h:31
@ SOPC_URI_PREFIX
Definition sopc_helper_uri.h:30
SOPC_UriType
Definition sopc_helper_uri.h:35
@ SOPC_URI_UDPUA
Definition sopc_helper_uri.h:38
@ SOPC_URI_ETHUA
Definition sopc_helper_uri.h:39
@ SOPC_URI_UNDETERMINED
Definition sopc_helper_uri.h:36
@ SOPC_URI_MQTTUA
Definition sopc_helper_uri.h:40
@ SOPC_URI_TCPUA
Definition sopc_helper_uri.h:37