Skip to content
New issue

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

Support block wise transfer options #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2019

  1. Support Block2 option

    This commit adds the following methods:
    
    * IsBlock2
    * Block2
    * SetBlock2
    besedad committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    47739a3 View commit details
    Browse the repository at this point in the history
  2. Support Block1 option

    This commit adds the following methods:
    
    * IsBlock1
    * Block1
    * SetBlock1
    
    This commit also adds a pair of new status codes:
    
    * Continue
    * RequestEntityIncomplete
    besedad committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6ab2382 View commit details
    Browse the repository at this point in the history
  3. Add TestBlockEncoding test

    The test validates encoding of Block1 and Block2 values for range of
    available szx.
    besedad committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    030be94 View commit details
    Browse the repository at this point in the history