Instance Methods | |
| (NSMutableData *) | - getContents | 
| (void) | - getPropertiesWithTag:klass:isConstructed:isIndefinite: | 
| (instancetype) | - init | 
| (instancetype) | - initWithValue: | 
| (instancetype) | - initWithValueBytes: | 
| (void) | - setValue: | 
| (void) | - setValueBytes: | 
| (NSString *) | - value | 
| (NSMutableData *) | - valueBytes | 
  Instance Methods inherited from FMLiveSwitchAsn1Any | |
| (FMLiveSwitchDataBuffer *) | - getBuffer | 
| (NSMutableData *) | - getBytes | 
| (FMLiveSwitchDataBuffer *) | - sourceData | 
| + (FMLiveSwitchAsn1BitString*) bitString | 
| + (FMLiveSwitchAsn1BitString*) bitString: | (NSString *) | value | 
| + (FMLiveSwitchAsn1BitString*) bitStringWithValueBytes: | (NSMutableData *) | valueBytes | 
| - (NSMutableData*) getContents | 
Implements FMLiveSwitchAsn1Any.
| - (void) getPropertiesWithTag: | (int *) | tag | |
| klass: | (int *) | klass | |
| isConstructed: | (bool *) | isConstructed | |
| isIndefinite: | (bool *) | isIndefinite | |
Implements FMLiveSwitchAsn1Any.
| - (instancetype) init | 
Implements FMLiveSwitchAsn1Any.
| - (instancetype) initWithValue: | (NSString *) | value | 
| - (instancetype) initWithValueBytes: | (NSMutableData *) | valueBytes | 
| + (FMLiveSwitchAsn1BitString*) parseContents: | (NSMutableData *) | contents | 
| - (void) setValue: | (NSString *) | value | 
| - (void) setValueBytes: | (NSMutableData *) | value | 
| - (NSString*) value | 
| - (NSMutableData*) valueBytes |