Skip to main content

Enum Emc2101.DataRate

The EMC2021 data rate

Assembly: Emc2101.dll
View Source
Declaration
public enum Emc2101.DataRate : byte

Fields

_1_16hz

1.16hz

View Source
Declaration
_1_16hz = 0

_1_8hz

1.8hz

View Source
Declaration
_1_8hz = 1

_1_4hz

1.4hz

View Source
Declaration
_1_4hz = 2

_1_2hz

1.2hz

View Source
Declaration
_1_2hz = 3

_1hz

1hz

View Source
Declaration
_1hz = 4

_2hz

2hz

View Source
Declaration
_2hz = 5

_4hz

4hz

View Source
Declaration
_4hz = 6

_8hz

8hz

View Source
Declaration
_8hz = 7

_16hz

16hz

View Source
Declaration
_16hz = 8

_32hz

32hz

View Source
Declaration
_32hz = 9