Class CreateEnableProtocolPayload
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
Represents an operator that creates a message payload that enables the currently defined protocol.
public class CreateEnableProtocolPayload
- Inheritance
-
CreateEnableProtocolPayload
- Derived
- Inherited Members
Properties
EnableProtocol
Gets or sets the value that enables the currently defined protocol.
public EnableFlag EnableProtocol { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that enables the currently defined protocol.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the EnableProtocol register.
GetPayload()
Creates a message payload for the EnableProtocol register.
public EnableFlag GetPayload()
Returns
- EnableFlag
The created message payload value.