FMLiveSwitchAsn1ArrayElement Class Reference

Instance Methods

(NSMutableData *) - default
 
(instancetype) - initWithType:
 
(instancetype) - initWithType:defaultt:
 
(instancetype) - initWithType:defaultt:optional:
 
(bool) - optional
 
(void) - setDefault:
 
(void) - setOptional:
 
(void) - setType:
 
(Class) - type
 

Class Methods

(FMLiveSwitchAsn1ArrayElement *) + arrayElementWithType:
 
(FMLiveSwitchAsn1ArrayElement *) + arrayElementWithType:defaultt:
 
(FMLiveSwitchAsn1ArrayElement *) + arrayElementWithType:defaultt:optional:
 

Method Documentation

◆ arrayElementWithType:

+ (FMLiveSwitchAsn1ArrayElement*) arrayElementWithType: (Class)  type

◆ arrayElementWithType:defaultt:

+ (FMLiveSwitchAsn1ArrayElement*) arrayElementWithType: (Class)  type
defaultt: (NSMutableData *)  defaultt 

◆ arrayElementWithType:defaultt:optional:

+ (FMLiveSwitchAsn1ArrayElement*) arrayElementWithType: (Class)  type
defaultt: (NSMutableData *)  defaultt
optional: (bool)  optional 

◆ default

- (NSMutableData*) default

◆ initWithType:

- (instancetype) initWithType: (Class)  type

◆ initWithType:defaultt:

- (instancetype) initWithType: (Class)  type
defaultt: (NSMutableData *)  defaultt 

◆ initWithType:defaultt:optional:

- (instancetype) initWithType: (Class)  type
defaultt: (NSMutableData *)  defaultt
optional: (bool)  optional 

◆ optional

- (bool) optional

◆ setDefault:

- (void) setDefault: (NSMutableData *)  value

◆ setOptional:

- (void) setOptional: (bool)  value

◆ setType:

- (void) setType: (Class)  value

◆ type

- (Class) type