Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 52a373b

Browse files
author
Jay Logue
authored
Merge pull request #62 from aaronokano/feature/add-is-in-resubscribe-holdoff
Add function to WDM SubscriptionClient to check if in resubscribe holdoff state.
2 parents 46a0f44 + 36d091d commit 52a373b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/profiles/data-management/Current/SubscriptionClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class SubscriptionClient
295295
bool IsEstablishedIdle() { return (mCurrentState == kState_SubscriptionEstablished_Idle); }
296296
bool IsFree() { return (mCurrentState == kState_Free); }
297297
bool IsAborting() { return (mCurrentState == kState_Aborting); }
298+
bool IsInResubscribeHoldoff() { return (mCurrentState == kState_Resubscribe_Holdoff); }
298299

299300
void IndicateActivity(void);
300301

0 commit comments

Comments
 (0)