Method | Description | |
---|---|---|
CranUrlFromName ( string name ) : string | ||
Locator ( System.Guid deviceId, |
||
Plot ( PlotMessage plot, |
||
PlotDeviceCreate ( System.Guid deviceId, |
||
PlotDeviceDestroy ( System.Guid deviceId, |
||
ReadUserInput ( string prompt, int maximumLength, |
||
SaveFileAsync ( string remotePath, string localPath, byte data, |
||
ShowErrorMessage ( string message, |
||
ShowHelpAsync ( string url, |
||
ShowMessageAsync ( string message, MessageButtons buttons, |
||
ViewFile ( string fileName, string tabName, bool deleteFile, |
||
ViewLibraryAsync ( |
||
ViewObjectAsync ( string expression, string title, |
public CranUrlFromName ( string name ) : string | ||
name | string | |
return | string |
public Locator ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public Plot ( PlotMessage plot, |
||
plot | PlotMessage | |
ct | ||
return | Task |
public PlotDeviceCreate ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public PlotDeviceDestroy ( System.Guid deviceId, |
||
deviceId | System.Guid | |
ct | ||
return | Task |
public ReadUserInput ( string prompt, int maximumLength, |
||
prompt | string | |
maximumLength | int | |
ct | ||
return | Task |
public SaveFileAsync ( string remotePath, string localPath, byte data, |
||
remotePath | string | |
localPath | string | |
data | byte | |
cancellationToken | ||
return | Task |
public ShowErrorMessage ( string message, |
||
message | string | |
cancellationToken | ||
return | Task |
public ShowHelpAsync ( string url, |
||
url | string | |
cancellationToken | ||
return | Task |
public ShowMessageAsync ( string message, MessageButtons buttons, |
||
message | string | |
buttons | MessageButtons | |
cancellationToken | ||
return | Task |
public ViewFile ( string fileName, string tabName, bool deleteFile, |
||
fileName | string | |
tabName | string | |
deleteFile | bool | |
cancellationToken | ||
return | Task |
public ViewLibraryAsync ( |
||
cancellationToken | ||
return | Task |
public ViewObjectAsync ( string expression, string title, |
||
expression | string | |
title | string | |
cancellationToken | ||
return | Task |