![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <HTTP2SendDataResult.h>
Public Member Functions | |
HTTP2SendDataResult (size_t size) | |
Public Attributes | |
HTTP2SendStatus | status |
The status of the send data operation. More... | |
size_t | size |
The number of bytes copied. This value should only be non-zero if status == CONTINUE . More... | |
Static Public Attributes | |
static const avscommon_EXPORT HTTP2SendDataResult | PAUSE |
Const PAUSE result. More... | |
static const avscommon_EXPORT HTTP2SendDataResult | COMPLETE |
Const COMPLETE result. More... | |
static const avscommon_EXPORT HTTP2SendDataResult | ABORT |
Const ABORT result. More... | |
Value returned from various methods that send data, combining a status and a size.
|
inlineexplicit |
Construct a HTTP2SendDataResult with a status of CONTINUE and the specified size
size | The count of bytes sent. |
|
static |
Const ABORT result.
|
static |
Const COMPLETE result.
|
static |
Const PAUSE result.
size_t alexaClientSDK::avsCommon::utils::http2::HTTP2SendDataResult::size |
The number of bytes copied. This value should only be non-zero if status
== CONTINUE
.
HTTP2SendStatus alexaClientSDK::avsCommon::utils::http2::HTTP2SendDataResult::status |
The status of the send data operation.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0