Instance Methods | |
(NSMutableData *) | - getBytes |
(instancetype) | - initWithIPv4Address: |
(NSString *) | - ipv4Address |
(void) | - setIPv4Address: |
Instance Methods inherited from FMLiveSwitchSctpTlvParameter | |
(bool) | - doNotProcessFurtherParametersIfItIsNotRecognized |
(instancetype) | - init |
(bool) | - reportToSenderIfItIsNotRecognized |
(void) | - setType: |
(int) | - type |
Class Methods | |
(NSMutableData *) | + getBytesWithParameter: |
(FMLiveSwitchSctpIPv4ChunkParameter *) | + ipv4ChunkParameterWithIPv4Address: |
(FMLiveSwitchSctpIPv4ChunkParameter *) | + parseBytes:offsetPlus: |
Class Methods inherited from FMLiveSwitchSctpTlvParameter | |
(bool) | + isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter: |
(FMLiveSwitchSctpTlvParameter *) | + parseBytes:startIndex:offsetPlus: |
(FMLiveSwitchSctpTlvParameter *) | + tlvParameter |
- (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpTlvParameter.
+ (NSMutableData*) getBytesWithParameter: | (FMLiveSwitchSctpIPv4ChunkParameter *) | parameter |
- (instancetype) initWithIPv4Address: | (NSString *) | ipv4Address |
- (NSString*) ipv4Address |
+ (FMLiveSwitchSctpIPv4ChunkParameter*) ipv4ChunkParameterWithIPv4Address: | (NSString *) | ipv4Address |
+ (FMLiveSwitchSctpIPv4ChunkParameter*) parseBytes: | (NSMutableData *) | bytes | |
offsetPlus: | (int *) | offsetPlus | |
- (void) setIPv4Address: | (NSString *) | value |