Class RequestType
Enumeration to define the type of request made by the client on the PDA
Inheritance
System.Object
RequestType
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class RequestType : Enum
Fields
FunctionSamples
RequestType when the caller is requesting real samples on behalf of a Function Input PDA
Declaration
public const RequestType FunctionSamples
Field Value
Type | Description |
---|---|
RequestType |
PeriodicData
Request type for when the client wants data sampled at a specified sample interval
Declaration
public const RequestType PeriodicData
Field Value
Type | Description |
---|---|
RequestType |
Samples
RequestType for when the client wants real samples only to be returned
Declaration
public const RequestType Samples
Field Value
Type | Description |
---|---|
RequestType |
SpecifiedTimestampData
Request type for when the client wants data sampled at a specified timestamps
Declaration
public const RequestType SpecifiedTimestampData
Field Value
Type | Description |
---|---|
RequestType |
Statistics
Request type for when the client has requested statistics
Declaration
public const RequestType Statistics
Field Value
Type | Description |
---|---|
RequestType |
Unknown
Unknown sample type
Declaration
public const RequestType Unknown
Field Value
Type | Description |
---|---|
RequestType |
value__
Declaration
public byte value__
Field Value
Type | Description |
---|---|
System.Byte |