Class CreateStimStopPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that stops the target Stim protocol.
public class CreateStimStopPayload
- Inheritance
-
CreateStimStopPayload
- Derived
- Inherited Members
Properties
StimStop
Gets or sets the value that stops the target Stim protocol.
public StimChannels StimStop { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that stops the target Stim protocol.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the StimStop register.
GetPayload()
Creates a message payload for the StimStop register.
public StimChannels GetPayload()
Returns
- StimChannels
The created message payload value.