FMLiveSwitchSctpIPv4ChunkParameter Class Reference

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
 

Method Documentation

◆ getBytes

- (NSMutableData*) getBytes

◆ getBytesWithParameter:

+ (NSMutableData*) getBytesWithParameter: (FMLiveSwitchSctpIPv4ChunkParameter *)  parameter

◆ initWithIPv4Address:

- (instancetype) initWithIPv4Address: (NSString *)  ipv4Address

◆ ipv4Address

- (NSString*) ipv4Address

◆ ipv4ChunkParameterWithIPv4Address:

+ (FMLiveSwitchSctpIPv4ChunkParameter*) ipv4ChunkParameterWithIPv4Address: (NSString *)  ipv4Address

◆ parseBytes:offsetPlus:

+ (FMLiveSwitchSctpIPv4ChunkParameter*) parseBytes: (NSMutableData *)  bytes
offsetPlus: (int *)  offsetPlus 

◆ setIPv4Address:

- (void) setIPv4Address: (NSString *)  value