CorrectionFilePayloadToStream Method |
Copies the raw correction payload to a stream.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public void PayloadToStream(
Stream stream,
int table = 0
)
Parameters
- stream Stream
- Stream where the correction payload should be written to.
- table Int32 (Optional)
- The correction table that should be copied to the stream (default: 0)
See Also