Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
WsbRevocationState.h
Go to the documentation of this file.
1 /*****************************************************************
2 |
3 | Wasabi - Revocation State API
4 |
5 | $Id: WsbRevocationState.h 14247 2018-06-03 19:50:15Z ehodzic $
6 | Original author: Edin Hodzic ([email protected])
7 |
8 | This software is provided to you pursuant to your agreement
9 | with Intertrust Technologies Corporation ("Intertrust").
10 | This software may be used only in accordance with the terms
11 | of the agreement.
12 |
13 | Copyright (c) 2018 by Intertrust. All rights reserved.
14 |
15 ****************************************************************/
16 
17 #ifndef _WSB_REVOCATION_STATE_H_
18 #define _WSB_REVOCATION_STATE_H_
19 
20 /*----------------------------------------------------------------------
21 | includes
22 +---------------------------------------------------------------------*/
23 #include "WsbTypes.h"
24 
25 /*----------------------------------------------------------------------
26 | types
27 +---------------------------------------------------------------------*/
42 typedef enum {
43 
45 
47 
49 
51 
52 /*----------------------------------------------------------------------
53 | functions
54 +---------------------------------------------------------------------*/
55 #ifdef __cplusplus
56 extern "C" {
57 #endif
58 
62 WSB_EXPORT WSB_Result
64 
65 #ifdef __cplusplus
66 }
67 #endif
68 
69 #endif /* _WSB_REVOCATION_STATE_H_ */
Definition: WsbRevocationState.h:44
int WSB_Result
Signed integer value representing a function or method result (return value).
Definition: WsbTypes.h:83
Definition: WsbRevocationState.h:46
WSB_EXPORT WSB_Result WSB_RevocationState_Get(WSB_RevocationState *revocation_state)
Get the current revocation state.
Definition: WsbRevocationState.h:48
Wasabi Result.
WSB_RevocationState
The client device revocation states.
Definition: WsbRevocationState.h:42