Loading...
Searching...
No Matches
nanocoap_fs_t Struct Reference

nanoCoAP file system configuration More...

Detailed Description

nanoCoAP file system configuration

Definition at line 33 of file fs.h.

#include <fs.h>

Data Fields

const char * url
 base URL of the remote fs
 
nanocoap_sock_t sock
 connection to the remote server
 
mutex_t lock
 lock for common urlbuf
 
char urlbuf [CONFIG_SOCK_URLPATH_MAXLEN]
 shared url buffer
 

Field Documentation

◆ lock

mutex_t nanocoap_fs_t::lock

lock for common urlbuf

Definition at line 36 of file fs.h.

◆ sock

nanocoap_sock_t nanocoap_fs_t::sock

connection to the remote server

Definition at line 35 of file fs.h.

◆ url

const char* nanocoap_fs_t::url

base URL of the remote fs

Definition at line 34 of file fs.h.

◆ urlbuf

char nanocoap_fs_t::urlbuf[CONFIG_SOCK_URLPATH_MAXLEN]

shared url buffer

Definition at line 37 of file fs.h.


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