Struct SetObjectModelHeader
Set an arbitrary object model value that is accessible via a field path. This struct is followed by the UTF-8 path to the object model value and optionally the value as string / expression.
Inherited Members
Namespace: DuetControlServer.SPI.Communication.SbcRequests
Assembly: DuetControlServer.dll
Syntax
public struct SetObjectModelHeader
Remarks
This is unused in protocol version 1
Fields
FieldLength
Length of the payload
Declaration
public byte FieldLength
Field Value
Type | Description |
---|---|
byte |
FloatValue
Value as float
Declaration
public float FloatValue
Field Value
Type | Description |
---|---|
float |
IntValue
Value as integer
Declaration
public int IntValue
Field Value
Type | Description |
---|---|
int |
Type
Type of the value
Declaration
public DataType Type
Field Value
Type | Description |
---|---|
DataType |
UIntValue
Value as unsigned integer
Declaration
public uint UIntValue
Field Value
Type | Description |
---|---|
uint |