Interface ITelematicFunctionData
Data with payload passed to the python script
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public interface ITelematicFunctionData
Properties
| Improve this Doc View SourcePayLoadType
Gets the type of the given payload
Declaration
Type PayLoadType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceGetPayLoad()
Get the current payload obkect
Declaration
ITelematicPayLoad GetPayLoad()
Returns
Type | Description |
---|---|
ITelematicPayLoad | Payload object |