Skip to content

Commit

Permalink
Update WiThrottleProtocol.h
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed Jun 10, 2024
1 parent 685d640 commit b950e2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/WiThrottleProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ class WiThrottleProtocolDelegate
/// @brief Delegate method to receive the total number of Roster Entries from the Withrottle Server
/// @param rosterSize total number of Roster Entries from the Withrottle Server
virtual void receivedRosterEntries(int rosterSize) {}

/// @brief Delegate method to receive the a single Roster Entry from the Withrottle Server
/// @param index sequence number
/// @param name Roster entry name
/// @param address DCC Address
/// @param length S|L Short or Long address
virtual void receivedRosterEntry(int index, String name, int address, char length) {}

virtual void receivedTurnoutEntries(int turnoutListSize) {}
Expand Down

0 comments on commit b950e2e

Please sign in to comment.