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
Role
The canonical SmarterLink role for this client type.
public static Role Role { get; }
Property Value
Methods
NotifyJobEvent<TEvent>(ParticipantId, TEvent, string?)
Publishes a job event at the configured station.
public Task NotifyJobEvent<TEvent>(ParticipantId sourceParticipantId, TEvent payload, string? userData = null) where TEvent : JobEvents
Parameters
sourceParticipantIdParticipantIdpayloadTEventuserDatastring
Returns
Type Parameters
TEvent