X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=documentation%2Fapi%2Fmodules%2Fnixio.UnifiedIO.html;h=700485dbe44ed8c428426198116a3fca5b57c5a0;hb=cc00b01c270ff48897a279cfc507e3dc758a2d30;hp=576c23feda971650bcc14d8a3947881f60124c8f;hpb=00e2b03927b5c107aefef1c71ef14facd4c3cb77;p=project%2Fluci.git diff --git a/documentation/api/modules/nixio.UnifiedIO.html b/documentation/api/modules/nixio.UnifiedIO.html index 576c23fed..700485dbe 100644 --- a/documentation/api/modules/nixio.UnifiedIO.html +++ b/documentation/api/modules/nixio.UnifiedIO.html @@ -39,6 +39,10 @@
  • + luci.http +
  • + +
  • luci.http.protocol
  • @@ -67,6 +71,10 @@
  • + luci.json +
  • + +
  • luci.jsonc
  • @@ -75,6 +83,26 @@
  • + luci.model.ipkg +
  • + +
  • + luci.model.uci +
  • + +
  • + luci.rpcc +
  • + +
  • + luci.rpcc.ruci +
  • + +
  • + luci.sys +
  • + +
  • luci.sys.init
  • @@ -99,6 +127,10 @@
  • + luci.util +
  • + +
  • nixio
  • @@ -294,7 +326,7 @@
  • The blocksize given is only advisory and to be seen as an upper limit, if an underlying read returns less bytes the chunk is nevertheless returned. -
  • If the limit parameter is ommited, the iterator returns data +
  • If the limit parameter is omitted, the iterator returns data until an end-of-file, end-of-stream, connection shutdown or similar happens.
  • The iterator will not buffer so it is safe to mix with calls to read. @@ -370,7 +402,7 @@ true
  • This function uses the blocksource function of the source descriptor and the sink function of the target descriptor. -
  • If the limit parameter is ommited, data is copied +
  • If the limit parameter is omitted, data is copied until an end-of-file, end-of-stream, connection shutdown or similar happens.
  • If the descriptor is non-blocking the function may fail with EAGAIN. @@ -382,13 +414,13 @@ true

    Return values:

      -
    1. bytes that were successfully written if no error occured +
    2. bytes that were successfully written if no error occurred
    3. - reserved for error code -
    4. - reserved for error message - -
    5. bytes that were successfully written even if an error occured +
    6. bytes that were successfully written even if an error occurred
    @@ -429,7 +461,7 @@ true blocksource function of the source descriptor and the sink function of the target descriptor as a fallback mechanism. -
  • If the limit parameter is ommited, data is copied +
  • If the limit parameter is omitted, data is copied until an end-of-file, end-of-stream, connection shutdown or similar happens.
  • If the descriptor is non-blocking the function may fail with EAGAIN. @@ -441,13 +473,13 @@ true

    Return values:

      -
    1. bytes that were successfully written if no error occured +
    2. bytes that were successfully written if no error occurred
    3. - reserved for error code -
    4. - reserved for error message - -
    5. bytes that were successfully written even if an error occured +
    6. bytes that were successfully written even if an error occurred
    @@ -552,7 +584,7 @@ boolean you can pass "true" to the iterator which will flush the buffer and return the bufferd data. -
  • If the limit parameter is ommited, this function uses the nixio +
  • If the limit parameter is omitted, this function uses the nixio buffersize (8192B by default).
  • If the descriptor is non-blocking the iterator may fail with EAGAIN. @@ -596,7 +628,7 @@ Line-based Iterator
  • This function uses the low-level read function of the descriptor. -
  • If the length parameter is ommited, this function returns all data +
  • If the length parameter is omitted, this function returns all data that can be read before an end-of-file, end-of-stream, connection shutdown or similar happens. @@ -609,13 +641,13 @@ Line-based Iterator

    Return values:

      -
    1. data that was successfully read if no error occured +
    2. data that was successfully read if no error occurred
    3. - reserved for error code -
    4. - reserved for error message - -
    5. data that was successfully read even if an error occured +
    6. data that was successfully read even if an error occurred
    @@ -701,13 +733,13 @@ Sink

    Return values:

      -
    1. bytes that were successfully written if no error occured +
    2. bytes that were successfully written if no error occurred
    3. - reserved for error code -
    4. - reserved for error message - -
    5. bytes that were successfully written even if an error occured +
    6. bytes that were successfully written even if an error occurred