summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolMessageDisassembler.h
blob: cbb02a1a057227fabf1a9b61936e0a591b315374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  SDLSmartDeviceLinkProtocolMessageDisassembler.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLProtocolMessage.h"

@interface SDLProtocolMessageDisassembler : NSObject

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

@end