Interface ITelematicFlowService
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
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
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
Returns