1.7.3.16 SYS_WSS_CONFIG Struct

C

typedef struct {
    unsigned int port; //port used by the WSS service.
    bool isTLSEnabled; //TLS enabled?
} SYS_WSS_CONFIG;

Summary

Used for the providing the port and secure connection information during WSS service initialization. SYS_MODULE_OBJ SYS_WSS_Initialize(SYS_WSS_CONFIG *config, SYS_WSS_CALLBACK callback, void *cookie)

Remarks

None.