ResponseState

class c104.ResponseState

This enum contains all command response states, that add the ability to control the servers command response behaviour via python callbacks return value.

__init__()
FAILURE = <ResponseState.FAILURE: 0>
NONE = <ResponseState.NONE: 2>
SUCCESS = <ResponseState.SUCCESS: 1>
property name
property value