Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data MsgFileioReadReq

    sbp SwiftNav.SBP.FileIo

    SBP class for message MSG_FILEIO_READ_REQ (0x00A8). The file read message reads a certain length (up to 255 bytes) from a given offset into a file, and returns the data in a MSG_FILEIO_READ_RESP message where the message length field indicates how many bytes were successfully read. The sequence number in the request will be returned in the response. If the message is invalid, a followup MSG_PRINT message will print "Invalid fileio read message". A device will only respond to this message when it is received from sender ID 0x42.

  2. MsgFileioReadReq :: Word32 -> Word32 -> Word8 -> Text -> MsgFileioReadReq

    sbp SwiftNav.SBP.FileIo

    No documentation available.

  3. data MsgFileioReadResp

    sbp SwiftNav.SBP.FileIo

    SBP class for message MSG_FILEIO_READ_RESP (0x00A3). The file read message reads a certain length (up to 255 bytes) from a given offset into a file, and returns the data in a message where the message length field indicates how many bytes were successfully read. The sequence number in the response is preserved from the request.

  4. MsgFileioReadResp :: Word32 -> [Word8] -> MsgFileioReadResp

    sbp SwiftNav.SBP.FileIo

    No documentation available.

  5. _msgFileioReadDirReq_dirname :: MsgFileioReadDirReq -> !Text

    sbp SwiftNav.SBP.FileIo

    Name of the directory to list

  6. _msgFileioReadDirReq_offset :: MsgFileioReadDirReq -> !Word32

    sbp SwiftNav.SBP.FileIo

    The offset to skip the first n elements of the file list

  7. _msgFileioReadDirReq_sequence :: MsgFileioReadDirReq -> !Word32

    sbp SwiftNav.SBP.FileIo

    Read sequence number

  8. _msgFileioReadDirResp_contents :: MsgFileioReadDirResp -> !Text

    sbp SwiftNav.SBP.FileIo

    Contents of read directory

  9. _msgFileioReadDirResp_sequence :: MsgFileioReadDirResp -> !Word32

    sbp SwiftNav.SBP.FileIo

    Read sequence number

  10. _msgFileioReadReq_chunk_size :: MsgFileioReadReq -> !Word8

    sbp SwiftNav.SBP.FileIo

    Chunk size to read

Page 803 of many | Previous | Next