FMLiveSwitchSctpRestartOfAnAssociationWithNewAddresses Class Reference

Instance Methods

(NSMutableArray *) - addresses
 
(NSMutableData *) - getBytes
 
(instancetype) - initWithAddresses:
 
(void) - setAddresses:
 
- Instance Methods inherited from FMLiveSwitchSctpErrorCause
(int) - causeCode
 
(instancetype) - init
 
(void) - setCauseCode:
 

Class Methods

(NSMutableData *) + getBytesWithCause:
 
(FMLiveSwitchSctpRestartOfAnAssociationWithNewAddresses *) + parseBytes:offsetPlus:
 
(FMLiveSwitchSctpRestartOfAnAssociationWithNewAddresses *) + restartOfAnAssociationWithNewAddresses:
 
- Class Methods inherited from FMLiveSwitchSctpErrorCause
(FMLiveSwitchSctpErrorCause *) + errorCause
 
(FMLiveSwitchSctpErrorCause *) + parseBytes:startIndex:offsetPlus:
 

Method Documentation

◆ addresses

- (NSMutableArray*) addresses

◆ getBytes

- (NSMutableData*) getBytes

◆ getBytesWithCause:

+ (NSMutableData*) getBytesWithCause: (FMLiveSwitchSctpRestartOfAnAssociationWithNewAddresses *)  cause

◆ initWithAddresses:

- (instancetype) initWithAddresses: (NSMutableArray *)  addresses

◆ parseBytes:offsetPlus:

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

◆ restartOfAnAssociationWithNewAddresses:

+ (FMLiveSwitchSctpRestartOfAnAssociationWithNewAddresses*) restartOfAnAssociationWithNewAddresses: (NSMutableArray *)  addresses

◆ setAddresses:

- (void) setAddresses: (NSMutableArray *)  value