FMLiveSwitchSctpStateCookieChunkParameter Class Reference

Instance Methods

(NSMutableData *) - getBytes
 
(instancetype) - initWithStateCookie:
 
(instancetype) - initWithStateCookieBytes:
 
(void) - setStateCookie:
 
(void) - setStateCookieBytes:
 
(FMLiveSwitchSctpStateCookie *) - stateCookie
 
(NSMutableData *) - stateCookieBytes
 
- Instance Methods inherited from FMLiveSwitchSctpTlvParameter
(bool) - doNotProcessFurtherParametersIfItIsNotRecognized
 
(instancetype) - init
 
(bool) - reportToSenderIfItIsNotRecognized
 
(void) - setType:
 
(int) - type
 

Class Methods

(NSMutableData *) + getBytesWithParameter:
 
(FMLiveSwitchSctpStateCookieChunkParameter *) + parseBytes:offsetPlus:
 
(FMLiveSwitchSctpStateCookieChunkParameter *) + parseBytes:startIndex:offsetPlus:
 
(FMLiveSwitchSctpStateCookieChunkParameter *) + stateCookieChunkParameterWithStateCookie:
 
(FMLiveSwitchSctpStateCookieChunkParameter *) + stateCookieChunkParameterWithStateCookieBytes:
 
- Class Methods inherited from FMLiveSwitchSctpTlvParameter
(bool) + isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter:
 
(FMLiveSwitchSctpTlvParameter *) + tlvParameter
 

Method Documentation

◆ getBytes

- (NSMutableData*) getBytes

◆ getBytesWithParameter:

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

◆ initWithStateCookie:

- (instancetype) initWithStateCookie: (FMLiveSwitchSctpStateCookie *)  stateCookie

◆ initWithStateCookieBytes:

- (instancetype) initWithStateCookieBytes: (NSMutableData *)  stateCookieBytes

◆ parseBytes:offsetPlus:

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

◆ parseBytes:startIndex:offsetPlus:

+ (FMLiveSwitchSctpStateCookieChunkParameter*) parseBytes: (NSMutableData *)  value
startIndex: (int)  startIndex
offsetPlus: (int *)  offsetPlus 

◆ setStateCookie:

- (void) setStateCookie: (FMLiveSwitchSctpStateCookie *)  value

◆ setStateCookieBytes:

- (void) setStateCookieBytes: (NSMutableData *)  value

◆ stateCookie

- (FMLiveSwitchSctpStateCookie*) stateCookie

◆ stateCookieBytes

- (NSMutableData*) stateCookieBytes

◆ stateCookieChunkParameterWithStateCookie:

+ (FMLiveSwitchSctpStateCookieChunkParameter*) stateCookieChunkParameterWithStateCookie: (FMLiveSwitchSctpStateCookie *)  stateCookie

◆ stateCookieChunkParameterWithStateCookieBytes:

+ (FMLiveSwitchSctpStateCookieChunkParameter*) stateCookieChunkParameterWithStateCookieBytes: (NSMutableData *)  stateCookieBytes