Click or drag to resize

CorrectionFilePayloadToStream Method

Copies the raw correction payload to a stream.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
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