Enumeration TestFunction

Test functions.

Enumeration Members

ALWAYS: 519

Always passes.

EQUAL: 514

Passes if the incoming value is equal to the buffer value.

GEQUAL: 518

Passes if the incoming value is greater than or equal to the buffer value.

GREATER: 516

Passes if the incoming value is greater than the buffer value.

LEQUAL: 515

Passes if the incoming value is less than or equal to the buffer value.

LESS: 513

Passes if the incoming value is less than the buffer value.

NEVER: 512

Never passes.

NOTEQUAL: 517

Passes if the incoming value is not equal to the buffer value.

Generated using TypeDoc