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.
-
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.
MsgFileioReadReq :: Word32 -> Word32 -> Word8 -> Text -> MsgFileioReadReqsbp SwiftNav.SBP.FileIo No documentation available.
-
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.
MsgFileioReadResp :: Word32 -> [Word8] -> MsgFileioReadRespsbp SwiftNav.SBP.FileIo No documentation available.
_msgFileioReadDirReq_dirname :: MsgFileioReadDirReq -> !Textsbp SwiftNav.SBP.FileIo Name of the directory to list
_msgFileioReadDirReq_offset :: MsgFileioReadDirReq -> !Word32sbp SwiftNav.SBP.FileIo The offset to skip the first n elements of the file list
_msgFileioReadDirReq_sequence :: MsgFileioReadDirReq -> !Word32sbp SwiftNav.SBP.FileIo Read sequence number
_msgFileioReadDirResp_contents :: MsgFileioReadDirResp -> !Textsbp SwiftNav.SBP.FileIo Contents of read directory
_msgFileioReadDirResp_sequence :: MsgFileioReadDirResp -> !Word32sbp SwiftNav.SBP.FileIo Read sequence number
_msgFileioReadReq_chunk_size :: MsgFileioReadReq -> !Word8sbp SwiftNav.SBP.FileIo Chunk size to read