The FwxClientWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FwxClientWrapper |
Default constructor.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HistoryDelete |
Deletes raw or modified data of the point.
| |
HistoryDeleteAtTime |
Deletes data at requested times of the point.
| |
HistoryDeleteAtTimeExt |
Deletes data at requested times of the point.
| |
HistoryDeleteExt |
Deletes raw or modified data of the point.
| |
HistoryInsert |
Inserts data of the point.
| |
HistoryInsertExt |
Inserts data of the point.
| |
HistoryInsertUpdate |
Inserts, updates data of the point.
| |
HistoryInsertUpdateExt |
Inserts, updates data of the point.
| |
HistoryRead |
Reads raw or modified history data of the point.
| |
HistoryReadAtTime |
Reads history data at the requested times of the point.
| |
HistoryReadAtTimeExt |
Reads history data at the requested times of the point.
| |
HistoryReadExt |
Reads raw or modified history data of the point.
| |
HistoryReadProcessed |
Reads processed history data of the point.
| |
HistoryReadProcessedExt |
Reads processed history data of the point.
| |
HistoryUpdate |
Updates data of the point.
| |
HistoryUpdateExt |
Updates data of the point.
| |
Login |
Logs in the user on the current machine.
| |
LoginAsync |
Logs in an user on the current machine.
| |
Logout()()()() |
Logs out the top-most user on the current machine.
| |
Logout(String) |
Logs out the specified user on the current machine. There can be other users logged in below the current user, and this
function allows to log them out wihout affecting the top-most user.
| |
Logout(String, String) |
Logs out the specified user on the current machine. There can be other users logged in below the current user, and this
function allows to log them out wihout affecting the top-most user.
| |
LogoutAsync |
Logs out the specified user on the current machine. There can be other users logged in below the current user, and this
function allows to log them out wihout affecting the top-most user.
| |
LogSimpleEvent |
Logs a simple event using text message, comment and source name. Source name can't be an empty string.
| |
LogTrackingEvent |
Logs a tracking event using message, comment, source name and modified value information.
| |
MethodCall |
Calls a method on the FwxServer.
| |
MethodCallAsync |
Calls a method on the FwxServer.
| |
ProcessExit |
Call this in console applications before exiting. This will release internally acquired
resources immediately and allow the process to continue with shutdown. Other application
types (WindForm, WPF) do not require this call.
| |
Read |
Reads a value from the point and returns it directly.
| |
ReadAsync |
Reads a value from the point and returns it through the callback.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write |
Writes a value to the point and waits for the status code of the write operation.
| |
WriteAsync |
Writes a value to the point and optionally returns the status code of the write operation
throught the callback.
|
Extension Methods
Name | Description | |
---|---|---|
ReadAsync2 |
Reads a value from the point and returns it through the callback.
(Defined by AsyncExtensions.) |