FMLiveSwitchAsn1Explicit Class Reference

Instance Methods

(NSMutableData *) - getContents
 
(void) - getPropertiesWithTag:klass:isConstructed:isIndefinite:
 
(instancetype) - init
 
(instancetype) - initWithTag:klass:value:
 
(int) - klass
 
(void) - setKlass:
 
(void) - setTag:
 
(void) - setValue:
 
(int) - tag
 
(T) - value
 

Class Methods

(FMLiveSwitchAsn1Explicit *) + explicitWithTag:klass:value:
 
(FMLiveSwitchAsn1Explicit< FMLiveSwitchAsn1Any * > *) + wrapWithTag:value:
 

Protected Attributes

 __pad0__: FMLiveSwitchAsn1Any+ (FMLiveSwitchAsn1Explicit*) explicit
 

Method Documentation

◆ explicitWithTag:klass:value:

+ (FMLiveSwitchAsn1Explicit*) explicitWithTag: (int)  tag
klass: (int)  klass
value: (T)  value 

◆ getContents

- (NSMutableData*) getContents

◆ getPropertiesWithTag:klass:isConstructed:isIndefinite:

- (void) getPropertiesWithTag: (int *)  tag
klass: (int *)  klass
isConstructed: (bool *)  isConstructed
isIndefinite: (bool *)  isIndefinite 

◆ init

- (instancetype) init

◆ initWithTag:klass:value:

- (instancetype) initWithTag: (int)  tag
klass: (int)  klass
value: (T)  value 

◆ klass

- (int) klass

◆ setKlass:

- (void) setKlass: (int)  value

◆ setTag:

- (void) setTag: (int)  value

◆ setValue:

- (void) setValue: (T)  value

◆ tag

- (int) tag

◆ value

- T value

◆ wrapWithTag:value:

+ (FMLiveSwitchAsn1Explicit<FMLiveSwitchAsn1Any*>*) wrapWithTag: (int)  tag
value: (FMLiveSwitchAsn1Any *)  value 

Member Data Documentation

◆ __pad0__

- __pad0__
protected