Class CreateDevicesConnectedPayload
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Represents an operator that creates a message payload that reads whether the port has a device connected to (bitmask).
public class CreateDevicesConnectedPayload
- Inheritance
-
CreateDevicesConnectedPayload
- Derived
- Inherited Members
Properties
DevicesConnected
Gets or sets the value that reads whether the port has a device connected to (bitmask).
public byte DevicesConnected { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that reads whether the port has a device connected to (bitmask).
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DevicesConnected register.
GetPayload()
Creates a message payload for the DevicesConnected register.
public byte GetPayload()
Returns
- byte
The created message payload value.