Search Results for

    Show / Hide Table of Contents

    Interface ITelematicFlowService

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

    Methods

    | Improve this Doc View Source

    DownloadAttachment(String)

    Downloads a specific attachment from the given url

    Declaration
    byte[] DownloadAttachment(string url)
    Parameters
    Type Name Description
    System.String url

    The url

    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    GetAttachment(TelematicInQueueItem)

    Gets all attachments from an inqueue item

    Declaration
    IEnumerable<byte[]> GetAttachment(TelematicInQueueItem inQueueItem)
    Parameters
    Type Name Description
    TelematicInQueueItem inQueueItem

    The telematic in queue item

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Byte[]>
    | Improve this Doc View Source

    GetTourNumberByMessage(TelematicInQueueItem)

    Gets the tournumber from a message

    Declaration
    string GetTourNumberByMessage(TelematicInQueueItem inQueueItem)
    Parameters
    Type Name Description
    TelematicInQueueItem inQueueItem
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadFmsData(TelematicInQueueItem)

    Reads the fleet management system data from an inqueue item

    Declaration
    TelematicFmsData ReadFmsData(TelematicInQueueItem inQueueItem)
    Parameters
    Type Name Description
    TelematicInQueueItem inQueueItem
    Returns
    Type Description
    TelematicFmsData
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx