Instance Methods | |
| (NSMutableData *) | - getContents |
| (void) | - getPropertiesWithTag:klass:isConstructed:isIndefinite: |
| (instancetype) | - init |
| (instancetype) | - initWithLongValue: |
| (instancetype) | - initWithValue: |
| (long long) | - longValue |
| (void) | - setLongValue: |
| (void) | - setValue: |
| (NSMutableData *) | - value |
Instance Methods inherited from FMLiveSwitchAsn1Any | |
| (FMLiveSwitchDataBuffer *) | - getBuffer |
| (NSMutableData *) | - getBytes |
| (FMLiveSwitchDataBuffer *) | - sourceData |
| - (NSMutableData*) getContents |
Implements FMLiveSwitchAsn1Any.
| - (void) getPropertiesWithTag: | (int *) | tag | |
| klass: | (int *) | klass | |
| isConstructed: | (bool *) | isConstructed | |
| isIndefinite: | (bool *) | isIndefinite | |
Implements FMLiveSwitchAsn1Any.
| - (instancetype) init |
Implements FMLiveSwitchAsn1Any.
| - (instancetype) initWithLongValue: | (long long) | longValue |
| - (instancetype) initWithValue: | (NSMutableData *) | value |
| + (FMLiveSwitchAsn1Integer*) integer |
| + (FMLiveSwitchAsn1Integer*) integer: | (NSMutableData *) | value |
| + (FMLiveSwitchAsn1Integer*) integerWithLongValue: | (long long) | longValue |
| - (long long) longValue |
| + (FMLiveSwitchAsn1Integer*) parseContents: | (NSMutableData *) | contents |
| - (void) setLongValue: | (long long) | value |
| - (void) setValue: | (NSMutableData *) | value |
| - (NSMutableData*) value |