C# Class Amazon.DeviceFarm.SampleType

Constants used for properties of type SampleType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CPU SampleType
MEMORY SampleType
NATIVE_AVG_DRAWTIME SampleType
NATIVE_FPS SampleType
NATIVE_FRAMES SampleType
NATIVE_MAX_DRAWTIME SampleType
NATIVE_MIN_DRAWTIME SampleType
OPENGL_AVG_DRAWTIME SampleType
OPENGL_FPS SampleType
OPENGL_FRAMES SampleType
OPENGL_MAX_DRAWTIME SampleType
OPENGL_MIN_DRAWTIME SampleType
RX SampleType
RX_RATE SampleType
THREADS SampleType
TX SampleType
TX_RATE SampleType

Public Methods

Method Description
FindValue ( string value ) : SampleType

Finds the constant for the unique value.

SampleType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : SampleType
value string The unique value for the constant
return SampleType

SampleType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public SampleType ( string value ) : System
value string
return System

Property Details

CPU public static property

Constant CPU for SampleType
public static SampleType,Amazon.DeviceFarm CPU
return SampleType

MEMORY public static property

Constant MEMORY for SampleType
public static SampleType,Amazon.DeviceFarm MEMORY
return SampleType

NATIVE_AVG_DRAWTIME public static property

Constant NATIVE_AVG_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_AVG_DRAWTIME
return SampleType

NATIVE_FPS public static property

Constant NATIVE_FPS for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_FPS
return SampleType

NATIVE_FRAMES public static property

Constant NATIVE_FRAMES for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_FRAMES
return SampleType

NATIVE_MAX_DRAWTIME public static property

Constant NATIVE_MAX_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_MAX_DRAWTIME
return SampleType

NATIVE_MIN_DRAWTIME public static property

Constant NATIVE_MIN_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_MIN_DRAWTIME
return SampleType

OPENGL_AVG_DRAWTIME public static property

Constant OPENGL_AVG_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_AVG_DRAWTIME
return SampleType

OPENGL_FPS public static property

Constant OPENGL_FPS for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_FPS
return SampleType

OPENGL_FRAMES public static property

Constant OPENGL_FRAMES for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_FRAMES
return SampleType

OPENGL_MAX_DRAWTIME public static property

Constant OPENGL_MAX_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_MAX_DRAWTIME
return SampleType

OPENGL_MIN_DRAWTIME public static property

Constant OPENGL_MIN_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_MIN_DRAWTIME
return SampleType

RX public static property

Constant RX for SampleType
public static SampleType,Amazon.DeviceFarm RX
return SampleType

RX_RATE public static property

Constant RX_RATE for SampleType
public static SampleType,Amazon.DeviceFarm RX_RATE
return SampleType

THREADS public static property

Constant THREADS for SampleType
public static SampleType,Amazon.DeviceFarm THREADS
return SampleType

TX public static property

Constant TX for SampleType
public static SampleType,Amazon.DeviceFarm TX
return SampleType

TX_RATE public static property

Constant TX_RATE for SampleType
public static SampleType,Amazon.DeviceFarm TX_RATE
return SampleType