We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently our constants appear to be defined in a variety of styles.
// SDLRPCPayload const NSUInteger RPC_HEADER_SIZE = 12;
// SDLIAPSession NSString *const IOStreamThreadName = @"com.smartdevicelink.iostream"; NSTimeInterval const streamThreadWaitSecs = 1.0;
// SDLIAPTransport NSString *const LegacyProtocolString = @"com.ford.sync.prot0"; NSString *const ControlProtocolString = @"com.smartdevicelink.prot0"; NSString *const IndexedProtocolStringPrefix = @"com.smartdevicelink.prot"; NSString *const MultiSessionProtocolString = @"com.smartdevicelink.multisession"; NSString *const BackgroundTaskName = @"com.sdl.transport.iap.backgroundTask";
The SDLIAPTransport style.
SDLIAPTransport
A variety of styles
The text was updated successfully, but these errors were encountered:
joeljfischer
No branches or pull requests
Bug Report
Currently our constants appear to be defined in a variety of styles.
Expected Behavior
The
SDLIAPTransport
style.Observed Behavior
A variety of styles
The text was updated successfully, but these errors were encountered: