Instance Methods | |
| (NSMutableData *) | - getContents |
| (void) | - getPropertiesWithTag:klass:isConstructed:isIndefinite: |
| (instancetype) | - initWithTag:klass:isConstructed:isIndefinite: |
| (instancetype) | - initWithTag:klass:isConstructed:isIndefinite:value: |
| (bool) | - isConstructed |
| (bool) | - isIndefinite |
| (int) | - klass |
| (void) | - setIsConstructed: |
| (void) | - setIsIndefinite: |
| (void) | - setKlass: |
| (void) | - setTag: |
| (void) | - setValue: |
| (int) | - tag |
| (NSMutableData *) | - value |
Instance Methods inherited from FMLiveSwitchAsn1Any | |
| (FMLiveSwitchDataBuffer *) | - getBuffer |
| (NSMutableData *) | - getBytes |
| (instancetype) | - init |
| (FMLiveSwitchDataBuffer *) | - sourceData |
| - (NSMutableData*) getContents |
Implements FMLiveSwitchAsn1Any.
| - (void) getPropertiesWithTag: | (int *) | tag | |
| klass: | (int *) | klass | |
| isConstructed: | (bool *) | isConstructed | |
| isIndefinite: | (bool *) | isIndefinite | |
Implements FMLiveSwitchAsn1Any.
| - (instancetype) initWithTag: | (int) | tag | |
| klass: | (int) | klass | |
| isConstructed: | (bool) | isConstructed | |
| isIndefinite: | (bool) | isIndefinite | |
| - (instancetype) initWithTag: | (int) | tag | |
| klass: | (int) | klass | |
| isConstructed: | (bool) | isConstructed | |
| isIndefinite: | (bool) | isIndefinite | |
| value: | (NSMutableData *) | value | |
| - (bool) isConstructed |
| - (bool) isIndefinite |
| - (int) klass |
| + (FMLiveSwitchAsn1Unknown*) parseContentsWithTag: | (int) | tag | |
| klass: | (int) | klass | |
| isConstructed: | (bool) | isConstructed | |
| isIndefinite: | (bool) | isIndefinite | |
| contents: | (NSMutableData *) | contents | |
| - (void) setIsConstructed: | (bool) | value |
| - (void) setIsIndefinite: | (bool) | value |
| - (void) setKlass: | (int) | value |
| - (void) setTag: | (int) | value |
| - (void) setValue: | (NSMutableData *) | value |
| - (int) tag |
| + (FMLiveSwitchAsn1Unknown*) unknownWithTag: | (int) | tag | |
| klass: | (int) | klass | |
| isConstructed: | (bool) | isConstructed | |
| isIndefinite: | (bool) | isIndefinite | |
| + (FMLiveSwitchAsn1Unknown*) unknownWithTag: | (int) | tag | |
| klass: | (int) | klass | |
| isConstructed: | (bool) | isConstructed | |
| isIndefinite: | (bool) | isIndefinite | |
| value: | (NSMutableData *) | value | |
| + (FMLiveSwitchAsn1Any*) unwrapWithAny: | (FMLiveSwitchAsn1Any *) | any | |
| tag: | (int *) | tag | |
| - (NSMutableData*) value |