Update FCSNetwork.h

FCS protocol OPTIONS
This commit is contained in:
Kurt 2020-09-06 16:08:02 +02:00 committed by GitHub
parent 4a4e046763
commit e004f6961d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ private:
CTimer m_resetTimer;
FCS_STATE m_state;
void writeOptions();
void writeOptions(const std::string& reflector);
void writeInfo();
void writePing();
};