summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h
blob: 10f6f28604e6b0b6ed6bc6e3b3ff34a5d3187ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLSmartDeviceLinkProtocolMessageDisassembler.h
//

#import <Foundation/Foundation.h>

@class SDLProtocolMessage;


@interface SDLProtocolMessageDisassembler : NSObject

+ (NSArray *)disassemble:(SDLProtocolMessage *)protocolMessage withLimit:(NSUInteger)mtu;

@end