Table of Contents

Class HmiClient

Namespace
SmarterLink.Clients
Assembly
SmarterLink.Clients.dll

Client for Human-Machine Interface participants. HMI participants display information and interact with operators on the shop floor.

public sealed class HmiClient : RoleClientBase
Inheritance
HmiClient
Inherited Members

Properties

The canonical SmarterLink role for this client type.

public static Role Role { get; }

Property Value

Role

Methods

Publishes a job event at the configured station.

public Task NotifyJobEvent<TEvent>(ParticipantId sourceParticipantId, TEvent payload, string? userData = null) where TEvent : JobEvents

Parameters

sourceParticipantId ParticipantId
payload TEvent
userData string

Returns

Task

Type Parameters

TEvent