Struct PlateRequest
Represents a plate request.
Inherited Members
Namespace: SI.PIXL.Client.Structs.PlateHandling
Assembly: SI.PIXL.Client.dll
Syntax
public struct PlateRequest
Constructors
PlateRequest(Bays, PlateActions, Plate)
Initializes a new instance of the PlateRequest struct.
Declaration
public PlateRequest(Bays bay, PlateActions action, Plate plate)
Parameters
Type | Name | Description |
---|---|---|
Bays | bay | The bay. |
PlateActions | action | The action. |
Plate | plate | The plate. |
Properties
Action
Get or set the action.
Declaration
public PlateActions Action { get; }
Property Value
Type | Description |
---|---|
PlateActions |
Bay
Get or set the bay.
Declaration
public Bays Bay { get; }
Property Value
Type | Description |
---|---|
Bays |
Plate
Get or set the plate.
Declaration
public Plate Plate { get; }
Property Value
Type | Description |
---|---|
Plate |