space_ex v0.8.0 SpaceEx.Stream.Result

Raw result from a stream, timestamped, not decoded.

Normally you won’t use or see this structure in your own code. Most SpaceEx.Stream functions will return just the decoded value by default.

Keys

  • :timestamp — A NaiveDateTime indicating when the result was received.
  • :value — The stream result value, in raw bytes, or nil if error.
  • :error — The stream error value, as text, or nil if no error.