Click or drag to resize

InputStreamType Enumeration

Describes the format of the assoicated input stream.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum InputStreamType
Members
  Member nameValueDescription
Binary1The stream is a binary stream (typically read into a byte array).
AsciiHexString2The stream is an ASCII hex string that should be "packed" to get the binary using PackH(String).
See Also