Constructor OperationControlPayload
OperationControlPayload(OperationMode, bool, bool, LedState, LedState, EnableFlag)
Initializes a new instance of the OperationControlPayload structure.
public OperationControlPayload(OperationMode operationMode, bool dumpRegisters, bool muteReplies, LedState visualIndicators, LedState operationLed, EnableFlag heartbeat)
Parameters
operationModeOperationModeSpecifies the operation mode of the device.
dumpRegistersboolSpecifies whether the device should report the content of all registers on initialization.
muteRepliesboolSpecifies whether the replies to all commands will be muted, i.e. not sent by the device.
visualIndicatorsLedStateSpecifies the state of all visual indicators on the device.
operationLedLedStateSpecifies whether the device state LED should report the operation mode of the device.
heartbeatEnableFlagSpecifies whether the device should report the content of the seconds register each second.