summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProtocolListener.h
Commit message (Collapse)AuthorAgeFilesLines
* Add notification for TCP connection errorsSho Amano2018-07-031-0/+9
| | | | | | If a TCP connection is refused or timed out, onError is notified from the transport. Then an error will be delivered to the app through NSNotification.
* Added documentation to the ProtocolListener and ProtocolMessage classesNicoleYarroch2018-05-221-2/+58
| | | | Signed-off-by: NicoleYarroch <nicole@livio.io>
* Remove deprecated codeJoel Fischer2017-09-201-5/+0
| | | | * Fixed a bug in `SDLConfiguration` and added additional tests
* Merge branch 'feature/616_constructed_payloads' into release/5.0.0Joel Fischer2017-08-151-5/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj # SmartDeviceLink/SDLDebugTool.m # SmartDeviceLink/SDLGlobals.h # SmartDeviceLink/SDLGlobals.m # SmartDeviceLink/SDLIAPTransport.m # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLProtocol.m # SmartDeviceLink/SDLProtocolMessage.h # SmartDeviceLink/SDLProtocolMessage.m # SmartDeviceLink/SDLProtocolReceivedMessageRouter.m # SmartDeviceLink/SDLProxy.m # SmartDeviceLink/SDLStreamingMediaManager.m # SmartDeviceLink/SDLSystemCapability.h # SmartDeviceLink/SDLSystemCapability.m # SmartDeviceLink/SDLSystemCapabilityType.h # SmartDeviceLink/SDLSystemCapabilityType.m # SmartDeviceLink/SDLUploadFileOperation.m # SmartDeviceLink/SDLVideoStreamingCapability.h # SmartDeviceLink/SDLVideoStreamingCapability.m # SmartDeviceLink/SDLVideoStreamingCodec.h # SmartDeviceLink/SDLVideoStreamingCodec.m # SmartDeviceLink/SDLVideoStreamingFormat.h # SmartDeviceLink/SDLVideoStreamingFormat.m # SmartDeviceLink/SDLVideoStreamingProtocol.h # SmartDeviceLink/SDLVideoStreamingProtocol.m # SmartDeviceLinkTests/DevAPISpecs/SDLUploadFileOperationSpec.m # SmartDeviceLinkTests/ProtocolSpecs/HeaderSpecs/SDLProtocolHeaderSpec.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolMessageSpec.m # SmartDeviceLinkTests/ProtocolSpecs/MessageSpecs/SDLProtocolSpec.m # SmartDeviceLinkTests/ProtocolSpecs/SDLProtocolMessageDisassemblerSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLSystemCapabilityTypeSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVideoStreamingCodecSpec.m # SmartDeviceLinkTests/RPCSpecs/EnumSpecs/SDLVideoStreamingProtocolSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLHMICapabilitiesSpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSystemCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingCapabilitySpec.m # SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLVideoStreamingFormatSpec.m # SmartDeviceLink_Example/Classes/ProxyManager.m * **Did not merge SMM changes due to upcoming overhaul**
| * Protocol level integration of constructed payloads for RPC serviceJoel Fischer2017-07-241-5/+12
| | | | | | | | | | * New Protocol Listener delegates that pass the full protocol message * Integrate protocol level constructed payloads for RPC start service, start service ACK, and start service NAK
* | Added nullability annotations to protocol, header and message classes.Muller, Alexander (A.)2017-01-041-0/+3
|/
* Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-05-271-1/+2
|
* Shift files into root directoryJoel Fischer2016-05-251-0/+23