This site has been archived and made available for preservation purposes. No edits can be made.

State

(Difference between revisions)
Return to current revision
  1.  
    [h="2"] Definition [/h]
    [highlight=cpp]
    enum State : bool
    {
    True = true,
    False = false
    };
  2. +
    [/highlight]
    [highlight=c]
    typedef uint8_t State;
  3.  
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Types[/category]