Table of Contents

Class WorkshopModeContent

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Message content to control a GoDevice's Driver white list.

public class WorkshopModeContent : DataToComponentContent, IBinaryPayload
Inheritance
WorkshopModeContent
Implements
Inherited Members

Constructors

WorkshopModeContent()

Initializes a new instance of the WorkshopModeContent class.

public WorkshopModeContent()

WorkshopModeContent(bool)

Initializes a new instance of the WorkshopModeContent class.

public WorkshopModeContent(bool setEnabled)

Parameters

setEnabled bool

Indicates whether the message will enable or disable Workshop Mode

Properties

IsSetToEnable

Gets a value indicating whether Workshop Mode will be enabled by the message.

public bool IsSetToEnable { get; }

Property Value

bool

bool

Methods

Clone()

Create a copy.

public override IBinaryPayload Clone()

Returns

IBinaryPayload

The cloned instance.

GetData()

Gets the data for the payload.

protected override byte[] GetData()

Returns

byte[]

The data.