FMLiveSwitchAsn1Implicit Class Reference

Instance Methods

(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

(FMLiveSwitchAsn1Implicit *) + implicit
 
(FMLiveSwitchAsn1Implicit *) + implicitWithTag:klass:value:
 
(FMLiveSwitchAsn1Implicit< FMLiveSwitchAsn1Any * > *) + wrapWithTag:value:
 

Protected Attributes

 __pad0__: FMLiveSwitchAsn1Any- (NSMutableData*) getContents
 

Method Documentation

◆ getPropertiesWithTag:klass:isConstructed:isIndefinite:

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

◆ implicit

+ (FMLiveSwitchAsn1Implicit*) implicit

◆ implicitWithTag:klass:value:

+ (FMLiveSwitchAsn1Implicit*) implicitWithTag: (int)  tag
klass: (int)  klass
value: (T)  value 

◆ 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:

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

Member Data Documentation

◆ __pad0__

- __pad0__
protected