[#CNetAddr-GetAddrBytes] = xref:CNetAddr.adoc[CNetAddr]::GetAddrBytes :relfileprefix: ../ :mrdocs: Get the raw address bytes. == Synopsis Declared in `<netaddress.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<unsigned char> GetAddrBytes() const; ---- == Return Value The raw address bytes. [.small]#Created with https://www.mrdocs.com[MrDocs]#