mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* LocalIdentity:: writeTo( array ) and readFrom (array )
This commit is contained in:
parent
ec92bfa6b1
commit
86f11d08aa
6 changed files with 37 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ public:
|
|||
bool readFrom(Stream& s);
|
||||
bool writeTo(Stream& s) const;
|
||||
void printTo(Stream& s) const;
|
||||
size_t writeTo(uint8_t* dest, size_t max_len);
|
||||
void readFrom(const uint8_t* src, size_t len);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue