ACOP.NET API
|
Public Member Functions | |
String | GetAddress () |
Gets the link address for this link More... | |
object | GetCallbackReference () |
gets the assigned callback reference object More... | |
int | GetDataTag () |
gets the assigned integer data tag of the last data transfer More... | |
String | GetDisplayDescription () |
Gets the associated descpription More... | |
int | GetDisplayId () |
gets the assigned ACOP display id for this data link More... | |
double | GetDisplayXMax () |
Gets the associated X maximum value setting More... | |
double | GetDisplayXMin () |
Gets the associated X minimum value setting More... | |
String | GetDisplayXUnits () |
Gets the associated X axis units More... | |
double | GetDisplayYMax () |
Gets the associated Y maximum value setting More... | |
double | GetDisplayYMin () |
Gets the associated Y minimum value setting More... | |
String | GetDisplayYUnits () |
Gets the associated Y axis units More... | |
object | GetInputDataObject () |
get the input data object bound to the control More... | |
int | GetLinkFlags () |
gets any link flags assigned to the last transfered data More... | |
int | GetLinkId () |
gets the assigned transport link table id for this data link More... | |
string [] | GetOutputChannelNames () |
gets channel/array element names appropriate to the last transfered data More... | |
int | GetOutputCompletionLength () |
gets the completion length of the last data transfer More... | |
Int32 | GetOutputDataAsInteger () |
get the last transfered data as an integer More... | |
Int32 [] | GetOutputDataAsIntegerArray () |
get the last transfered data as an integer array More... | |
double | GetOutputDataAsNumber () |
get the last transfered data as a number More... | |
double [] | GetOutputDataAsNumberArray () |
get the last transfered data as a number array (doubles) More... | |
string | GetOutputDataAsString () |
get the last transfered data as a string More... | |
string | GetOutputDataAsString (String delimiter) |
get the last transfered data as a string More... | |
string [] | GetOutputDataAsStringArray () |
get the last transfered data as a string array More... | |
object | GetOutputDataObject () |
get the output data object bound to the control More... | |
double [] | GetOutputXAxis () |
gets an array of numbers appropriate for an X (horizontal) axis in a display More... | |
double [] | GetOutputYAxis () |
gets an array of numbers appropriate for an Y (vertical) axis in a display More... | |
String | GetProperty () |
Gets the link property for this link More... | |
String | GetProtocol () |
Gets the link protocol for this link More... | |
int | GetStatus () |
gets the status code for the last data transfer More... | |
string | GetStatusString () |
gets the status string for the last data transfer More... | |
double | GetTimeStamp () |
gets the timestamp (UTC) of the last data transfer More... | |
Link [] | GetTransportLinkTable () |
gets a link table containing any link group members More... | |
Int32 [] | GetTransportLinkTableDataAsIntegerArray () |
gets an array of integer values (one per groupped link) in the last data transfer More... | |
double [] | GetTransportLinkTableDataAsNumberArray () |
gets an array of numbers (one per groupped link) in the last data transfer More... | |
String [] | GetTransportLinkTableDataAsStringArray () |
gets an array of string values (one per groupped link) in the last data transfer More... | |
|
inline |
Gets the link address for this link
Referenced by AcopUserComponent.Detach().
|
inline |
gets the assigned callback reference object
|
inline |
gets the assigned integer data tag of the last data transfer
Referenced by AcopComponent.GetDataTag(), and AcopUserComponent.GetDataTag().
|
inline |
Gets the associated descpription
|
inline |
gets the assigned ACOP display id for this data link
Referenced by AcopUserComponent.Detach().
|
inline |
Gets the associated X maximum value setting
|
inline |
Gets the associated X minimum value setting
|
inline |
Gets the associated X axis units
|
inline |
Gets the associated Y maximum value setting
|
inline |
Gets the associated Y minimum value setting
|
inline |
Gets the associated Y axis units
|
inline |
get the input data object bound to the control
|
inline |
gets any link flags assigned to the last transfered data
|
inline |
gets the assigned transport link table id for this data link
Referenced by AcopComponent.Attach(), and AcopUserComponent.Attach().
|
inline |
gets channel/array element names appropriate to the last transfered data
Referenced by AcopComponent.GetLinkOutputChannelNames(), and AcopUserComponent.GetLinkOutputChannelNames().
|
inline |
gets the completion length of the last data transfer
Referenced by AcopComponent.GetOutputCompletionLength(), and AcopUserComponent.GetOutputCompletionLength().
|
inline |
get the last transfered data as an integer
Referenced by AcopComponent.GetOutputDataAsInteger(), and Link.GetTransportLinkTableDataAsIntegerArray().
|
inline |
get the last transfered data as an integer array
|
inline |
get the last transfered data as a number
Referenced by Link.GetTransportLinkTableDataAsNumberArray().
|
inline |
get the last transfered data as a number array (doubles)
|
inline |
get the last transfered data as a string
Referenced by AcopComponent.GetOutputDataAsString(), AcopComponent.GetOutputDataAsStringArray(), and Link.GetTransportLinkTableDataAsStringArray().
|
inline |
get the last transfered data as a string
delimiter | the string separater for use in the string representation of a compound data type |
|
inline |
get the last transfered data as a string array
|
inline |
get the output data object bound to the control
Referenced by AcopComponent.GetLinkOutput(), AcopUserComponent.GetLinkOutput(), and AcopUserComponent.SingleUpdate().
|
inline |
gets an array of numbers appropriate for an X (horizontal) axis in a display
Referenced by AcopComponent.GetLinkOutputXAxis(), and AcopUserComponent.GetLinkOutputXAxis().
|
inline |
gets an array of numbers appropriate for an Y (vertical) axis in a display
Referenced by AcopComponent.GetLinkOutputYAxis(), and AcopUserComponent.GetLinkOutputYAxis().
|
inline |
Gets the link property for this link
Referenced by AcopUserComponent.Detach().
|
inline |
Gets the link protocol for this link
|
inline |
gets the status code for the last data transfer
Referenced by AcopComponent.GetStatus(), AcopUserComponent.GetStatus(), and AcopUserComponent.SingleUpdate().
|
inline |
gets the status string for the last data transfer
Referenced by AcopComponent.GetStatusString(), and AcopUserComponent.GetStatusString().
|
inline |
gets the timestamp (UTC) of the last data transfer
Referenced by AcopComponent.GetTimeStamp(), and AcopUserComponent.GetTimeStamp().
|
inline |
gets a link table containing any link group members
Referenced by Link.GetTransportLinkTableDataAsIntegerArray(), Link.GetTransportLinkTableDataAsNumberArray(), and Link.GetTransportLinkTableDataAsStringArray().
|
inline |
gets an array of integer values (one per groupped link) in the last data transfer
References Link.GetOutputDataAsInteger(), and Link.GetTransportLinkTable().
|
inline |
gets an array of numbers (one per groupped link) in the last data transfer
References Link.GetOutputDataAsNumber(), and Link.GetTransportLinkTable().
|
inline |
gets an array of string values (one per groupped link) in the last data transfer
References Link.GetOutputDataAsString(), and Link.GetTransportLinkTable().