SyncResourcePinState Constants Reference
| Declared in | OMCSyncStoreState.h | 
|---|
SyncResourcePinState
An enumeration of the different Pin states for the resource.
Default is “UnPinned”.
Definition
typedef NS_ENUM(int, SyncResourcePinState ) {
                            
                               UnPinned = 0,
                            
                               Pinned = 1,
                            
                               PinnedAnciliary = 2,
                            
                            };
                    
                    Constants
Declared In
OMCSyncStoreState.h