summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLProtocolMessageDisassembler.h
blob: 644b1c1de05a54ea55d9897b381bcc218c307b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//  SDLSmartDeviceLinkProtocolMessageDisassembler.h
//

#import <Foundation/Foundation.h>

@class SDLProtocolMessage;

NS_ASSUME_NONNULL_BEGIN

@interface SDLProtocolMessageDisassembler : NSObject

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

@end

NS_ASSUME_NONNULL_END