Documentation for module: Network

Former-commit-id: cb5674c011d3d6895848cab77bb2e4a05e5d9b7b
This commit is contained in:
Gawaboumga
2016-05-30 14:22:31 +02:00
parent 74081c2b9f
commit e212c8ce85
25 changed files with 1368 additions and 25 deletions

View File

@@ -49,7 +49,6 @@ namespace Nz
void OnOpened() override;
IpAddress m_boundAddress;
SocketState m_state;
bool m_isBroadCastingEnabled;
};
}