Search Results for

    Show / Hide Table of Contents

    Interface ITelematicSystem

    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public interface ITelematicSystem

    Properties

    | Improve this Doc View Source

    Name

    Name of the system

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Execute(Object, String)

    Executes a fleet board method

    Declaration
    bool Execute(object configuration, string functionName)
    Parameters
    Type Name Description
    System.Object configuration

    Fleet board configuration

    System.String functionName

    Method to call

    Returns
    Type Description
    System.Boolean

    True if successfull

    | Improve this Doc View Source

    GetNewConfiguration()

    Returns a new configuration

    Declaration
    ITelematicRequestConfiguration GetNewConfiguration()
    Returns
    Type Description
    ITelematicRequestConfiguration

    Configuration object

    | Improve this Doc View Source

    ValidateVehicle(Nullable<Guid>, TelematicFunction)

    Validates the current vehicle

    Declaration
    TelematicSystemValidation ValidateVehicle(Guid? id, TelematicFunction function)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> id

    Vehicle id

    TelematicFunction function

    Function to execute

    Returns
    Type Description
    TelematicSystemValidation

    Validation result

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx