![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
eDaler XMPP client. More...
Public Member Functions | |
NeuroFeaturesClient (XmppClient Client, ContractsClient ContractsClient, string ComponentAddress) | |
Neuro-Features XMPP client. More... | |
override void | Dispose () |
IDisposable.Dispose More... | |
Task | GetToken (string TokenId, EventHandlerAsync< TokenResultEventArgs > Callback, object State) |
Gets a token, given its full ID. More... | |
async Task< Token > | GetTokenAsync (string TokenId) |
Gets a token, given its full ID. More... | |
Task | GetTokenReferences (EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens the account owns. More... | |
Task | GetTokenReferences (string Address, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens the account owns. More... | |
Task | GetTokenReferences (int Offset, int MaxCount, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens the account owns. More... | |
Task | GetTokenReferences (string Address, int Offset, int MaxCount, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens the account owns. More... | |
Task< string[]> | GetTokenReferencesAsync () |
Get references to tokens the account owns. More... | |
Task< string[]> | GetTokenReferencesAsync (string Address) |
Get references to tokens the account owns. More... | |
Task< string[]> | GetTokenReferencesAsync (int Offset, int MaxCount) |
Get references to tokens the account owns. More... | |
async Task< string[]> | GetTokenReferencesAsync (string Address, int Offset, int MaxCount) |
Get references to tokens the account owns. More... | |
Task | GetTokens (EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens the account owns. More... | |
Task | GetTokens (string Address, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens the account owns. More... | |
Task | GetTokens (int Offset, int MaxCount, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens the account owns. More... | |
Task | GetTokens (string Address, int Offset, int MaxCount, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens the account owns. More... | |
Task< TokensEventArgs > | GetTokensAsync () |
Get tokens the account owns. More... | |
Task< TokensEventArgs > | GetTokensAsync (string Address) |
Get tokens the account owns. More... | |
Task< TokensEventArgs > | GetTokensAsync (int Offset, int MaxCount) |
Get tokens the account owns. More... | |
async Task< TokensEventArgs > | GetTokensAsync (string Address, int Offset, int MaxCount) |
Get tokens the account owns. More... | |
Task | GetContractTokenReferences (string ContractId, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens created by a contract the account has access to. More... | |
Task | GetContractTokenReferences (string Address, string ContractId, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens created by a contract the account has access to. More... | |
Task | GetContractTokenReferences (string ContractId, int Offset, int MaxCount, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens created by a contract the account has access to. More... | |
Task | GetContractTokenReferences (string Address, string ContractId, int Offset, int MaxCount, EventHandlerAsync< IdReferencesEventArgs > Callback, object State) |
Get references to tokens created by a contract the account has access to. More... | |
Task< string[]> | GetContractTokenReferencesAsync (string ContractId) |
Get references to tokens created by a contract the account has access to. More... | |
Task< string[]> | GetContractTokenReferencesAsync (string Address, string ContractId) |
Get references to tokens created by a contract the account has access to. More... | |
Task< string[]> | GetContractTokenReferencesAsync (string ContractId, int Offset, int MaxCount) |
Get references to tokens created by a contract the account has access to. More... | |
async Task< string[]> | GetContractTokenReferencesAsync (string Address, string ContractId, int Offset, int MaxCount) |
Get references to tokens created by a contract the account has access to. More... | |
Task | GetContractTokens (string ContractId, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens created by a contract the account has access to. More... | |
Task | GetContractTokens (string Address, string ContractId, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens created by a contract the account has access to. More... | |
Task | GetContractTokens (string ContractId, int Offset, int MaxCount, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens created by a contract the account has access to. More... | |
Task | GetContractTokens (string Address, string ContractId, int Offset, int MaxCount, EventHandlerAsync< TokensEventArgs > Callback, object State) |
Get tokens created by a contract the account has access to. More... | |
Task< TokensEventArgs > | GetContractTokensAsync (string ContractId) |
Get tokens created by a contract the account has access to. More... | |
Task< TokensEventArgs > | GetContractTokensAsync (string Address, string ContractId) |
Get tokens created by a contract the account has access to. More... | |
Task< TokensEventArgs > | GetContractTokensAsync (string ContractId, int Offset, int MaxCount) |
Get tokens created by a contract the account has access to. More... | |
async Task< TokensEventArgs > | GetContractTokensAsync (string Address, string ContractId, int Offset, int MaxCount) |
Get tokens created by a contract the account has access to. More... | |
Task | GetTotals (EventHandlerAsync< TokenTotalsEventArgs > Callback, object State) |
Get totals of tokens the sender owns. More... | |
Task | GetTotals (string Address, EventHandlerAsync< TokenTotalsEventArgs > Callback, object State) |
Get totals of tokens the sender owns. More... | |
Task< TokenTotalsEventArgs > | GetTotalsAsync () |
Get totals of tokens the sender owns. More... | |
async Task< TokenTotalsEventArgs > | GetTotalsAsync (string Address) |
Get totals of tokens the sender owns. More... | |
Task | AddTextNote (string TokenId, string Note, EventHandlerAsync< IqResultEventArgs > Callback, object State) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
Task | AddTextNote (string TokenId, string Note, bool Personal, EventHandlerAsync< IqResultEventArgs > Callback, object State) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
Task | AddTextNoteAsync (string TokenId, string Note) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
async Task | AddTextNoteAsync (string TokenId, string Note, bool Personal) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
Task | AddXmlNote (string TokenId, string Note, EventHandlerAsync< IqResultEventArgs > Callback, object State) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
Task | AddXmlNote (string TokenId, string Note, bool Personal, EventHandlerAsync< IqResultEventArgs > Callback, object State) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
Task | AddXmlNoteAsync (string TokenId, string Note) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
async Task | AddXmlNoteAsync (string TokenId, string Note, bool Personal) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents. More... | |
Task | GetEvents (string TokenId, EventHandlerAsync< EventsEventArgs > Callback, object State) |
Get events registered for a token the account owns. More... | |
Task | GetEvents (string TokenId, int Offset, int MaxCount, EventHandlerAsync< EventsEventArgs > Callback, object State) |
Get events registered for a token the account owns. More... | |
Task< TokenEvent[]> | GetEventsAsync (string TokenId) |
Get events registered for a token the account owns. More... | |
async Task< TokenEvent[]> | GetEventsAsync (string TokenId, int Offset, int MaxCount) |
Get events registered for a token the account owns. More... | |
Task | GetCreationAttributes (EventHandlerAsync< CreationAttributesEventArgs > Callback, object State) |
Gets attributes relevant for creating tokens on the broker. More... | |
async Task< CreationAttributesEventArgs > | GetCreationAttributesAsync () |
Gets attributes relevant for creating tokens on the broker. More... | |
Task | GenerateDescription (string TokenId, ReportFormat Format, EventHandlerAsync< ReportEventArgs > Callback, object State) |
Gets a description of a token. More... | |
async Task< ReportEventArgs > | GenerateDescriptionAsync (string TokenId, ReportFormat Format) |
Gets a description of a token. More... | |
Task | GetCurrentState (string TokenId, EventHandlerAsync< CurrentStateEventArgs > Callback, object State) |
Gets the current state of a state-machine belonging to a token. More... | |
async Task< CurrentStateEventArgs > | GetCurrentStateAsync (string TokenId) |
Gets the current state of a state-machine belonging to a token. More... | |
Task | GenerateProfilingReport (string TokenId, ReportFormat Format, EventHandlerAsync< ReportEventArgs > Callback, object State) |
Gets a profiling report of a state-machine belonging to a token. More... | |
async Task< ReportEventArgs > | GenerateProfilingReportAsync (string TokenId, ReportFormat Format) |
Generates a profiling report of a state-machine belonging to a token. More... | |
Task | GeneratePresentReport (string TokenId, ReportFormat Format, EventHandlerAsync< ReportEventArgs > Callback, object State) |
Gets a present report of a state-machine belonging to a token. More... | |
async Task< ReportEventArgs > | GeneratePresentReportAsync (string TokenId, ReportFormat Format) |
Generates a present report of a state-machine belonging to a token. More... | |
Task | GenerateHistoryReport (string TokenId, ReportFormat Format, EventHandlerAsync< ReportEventArgs > Callback, object State) |
Gets a history report of a state-machine belonging to a token. More... | |
async Task< ReportEventArgs > | GenerateHistoryReportAsync (string TokenId, ReportFormat Format) |
Generates a history report of a state-machine belonging to a token. More... | |
Task | GenerateStateDiagram (string TokenId, ReportFormat Format, EventHandlerAsync< ReportEventArgs > Callback, object State) |
Gets a state diagram of a state-machine belonging to a token. More... | |
async Task< ReportEventArgs > | GenerateStateDiagramAsync (string TokenId, ReportFormat Format) |
Generates a state diagram of a state-machine belonging to a token. More... | |
void | Add (ISniffer Sniffer) |
Adds a sniffer to the node. More... | |
void | Add (ISniffer Sniffer) |
Adds a sniffer to the node. More... | |
void | AddRange (IEnumerable< ISniffer > Sniffers) |
Adds a range of sniffers to the node. More... | |
void | AddRange (IEnumerable< ISniffer > Sniffers) |
Adds a range of sniffers to the node. More... | |
void | AddRange (IEnumerable< ISniffer > Sniffers) |
Adds a range of sniffers to the node. More... | |
bool | Remove (ISniffer Sniffer) |
Removes a sniffer, if registered. More... | |
bool | Remove (ISniffer Sniffer) |
Removes a sniffer, if registered. More... | |
IEnumerator< ISniffer > | GetEnumerator () |
Gets a typed enumerator. | |
IEnumerator< ISniffer > | GetEnumerator () |
Gets a typed enumerator. | |
Task | ReceiveBinary (byte[] Data) |
Called when binary data has been received. More... | |
Task | ReceiveBinary (DateTime Timestamp, byte[] Data) |
Called when binary data has been received. More... | |
Task | ReceiveBinary (byte[] Data) |
Called when binary data has been received. More... | |
Task | ReceiveBinary (DateTime Timestamp, byte[] Data) |
Called when binary data has been received. More... | |
Task | TransmitBinary (byte[] Data) |
Called when binary data has been transmitted. More... | |
Task | TransmitBinary (DateTime Timestamp, byte[] Data) |
Called when binary data has been transmitted. More... | |
Task | TransmitBinary (byte[] Data) |
Called when binary data has been transmitted. More... | |
Task | TransmitBinary (DateTime Timestamp, byte[] Data) |
Called when binary data has been transmitted. More... | |
Task | ReceiveText (string Text) |
Called when text has been received. More... | |
Task | ReceiveText (DateTime Timestamp, string Text) |
Called when text has been received. More... | |
Task | ReceiveText (string Text) |
Called when text has been received. More... | |
Task | ReceiveText (DateTime Timestamp, string Text) |
Called when text has been received. More... | |
Task | TransmitText (string Text) |
Called when text has been transmitted. More... | |
Task | TransmitText (DateTime Timestamp, string Text) |
Called when text has been transmitted. More... | |
Task | TransmitText (string Text) |
Called when text has been transmitted. More... | |
Task | TransmitText (DateTime Timestamp, string Text) |
Called when text has been transmitted. More... | |
Task | Information (string Comment) |
Called to inform the viewer of something. More... | |
Task | Information (DateTime Timestamp, string Comment) |
Called to inform the viewer of something. More... | |
Task | Information (string Comment) |
Called to inform the viewer of something. More... | |
Task | Information (DateTime Timestamp, string Comment) |
Called to inform the viewer of something. More... | |
Task | Warning (string Warning) |
Called to inform the viewer of a warning state. More... | |
Task | Warning (DateTime Timestamp, string Warning) |
Called to inform the viewer of a warning state. More... | |
Task | Warning (string Warning) |
Called to inform the viewer of a warning state. More... | |
Task | Warning (DateTime Timestamp, string Warning) |
Called to inform the viewer of a warning state. More... | |
Task | Error (string Error) |
Called to inform the viewer of an error state. More... | |
Task | Error (DateTime Timestamp, string Error) |
Called to inform the viewer of an error state. More... | |
Task | Error (string Error) |
Called to inform the viewer of an error state. More... | |
Task | Error (DateTime Timestamp, string Error) |
Called to inform the viewer of an error state. More... | |
Task | Exception (Exception Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (string Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (DateTime Timestamp, string Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (DateTime Timestamp, Exception Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (Exception Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (string Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (DateTime Timestamp, string Exception) |
Called to inform the viewer of an exception state. More... | |
Task | Exception (DateTime Timestamp, Exception Exception) |
Called to inform the viewer of an exception state. More... | |
Static Public Attributes | |
const string | NamespaceNeuroFeatures = "https://paiwise.tagroot.io/Schema/NeuroFeatures.xsd" |
Namespace for Neuro-Features. More... | |
const string | NamespaceStateMachine = "https://paiwise.tagroot.io/Schema/StateMachines.xsd" |
Namespace for State-Machines. More... | |
const string | DefinitionStateMachine = "StateMachine" |
Local name of state-machine definition More... | |
Protected Attributes | |
XmppClient | client |
XMPP Client used by the extension. More... | |
Properties | |
ContractsClient | ContractsClient [get] |
Reference to the Smart Contracts client. More... | |
string | ComponentAddress [get] |
Address of eDaler component More... | |
override string[] | Extensions [get] |
Implemented extensions. More... | |
XmppClient | Client [get] |
XMPP Client. More... | |
bool | ClientDisposed [get] |
If the client has been disposed. More... | |
bool | DecoupledEvents [get] |
If events raised from the communication layer are decoupled, i.e. executed in parallel with the source that raised them. More... | |
ISniffer[] | Sniffers [get] |
Registered sniffers. More... | |
bool | HasSniffers [get] |
If there are sniffers registered on the object. More... | |
Events | |
EventHandlerAsync< TokenEventArgs > | TokenAdded |
Event raised when a token has been added to the account. More... | |
EventHandlerAsync< TokenEventArgs > | TokenRemoved |
Event raised when a token has been removed from the account. More... | |
EventHandlerAsync< NewStateEventArgs > | StateUpdated |
Event raised when the state of a state-machine has been updated. More... | |
EventHandlerAsync< VariablesUpdatedEventArgs > | VariablesUpdated |
Event raised when variables in a state-machine have been updated. More... | |
eDaler XMPP client.
Definition at line 23 of file NeuroFeaturesClient.cs.
NeuroFeatures.NeuroFeaturesClient.NeuroFeaturesClient | ( | XmppClient | Client, |
ContractsClient | ContractsClient, | ||
string | ComponentAddress | ||
) |
Neuro-Features XMPP client.
Client | XMPP Client |
ContractsClient | Contracts clients, for signing agreements. |
ComponentAddress | Address of Neuro-Features component |
Definition at line 51 of file NeuroFeaturesClient.cs.
|
inherited |
Adds a sniffer to the node.
Sniffer | Sniffer to add. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Adds a sniffer to the node.
Sniffer | Sniffer to add. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Adds a range of sniffers to the node.
Sniffers | Sniffers to add. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Adds a range of sniffers to the node.
Sniffers | Sniffers to add. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Adds a range of sniffers to the node.
Sniffers | Sniffers to add. |
Task NeuroFeatures.NeuroFeaturesClient.AddTextNote | ( | string | TokenId, |
string | Note, | ||
bool | Personal, | ||
EventHandlerAsync< IqResultEventArgs > | Callback, | ||
object | State | ||
) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | Text note to add to the token. |
Personal | If the note is personal or not. Default=false. Personal notes are deleted when the token is transferred to another owner. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 930 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.AddTextNote | ( | string | TokenId, |
string | Note, | ||
EventHandlerAsync< IqResultEventArgs > | Callback, | ||
object | State | ||
) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | Text note to add to the token. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 916 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.AddTextNoteAsync | ( | string | TokenId, |
string | Note | ||
) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | Text note to add to the token. |
Definition at line 953 of file NeuroFeaturesClient.cs.
async Task NeuroFeatures.NeuroFeaturesClient.AddTextNoteAsync | ( | string | TokenId, |
string | Note, | ||
bool | Personal | ||
) |
Adds a text note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | Text note to add to the token. |
Personal | If the note is personal or not. Default=false. Personal notes are deleted when the token is transferred to another owner. |
Definition at line 965 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.AddXmlNote | ( | string | TokenId, |
string | Note, | ||
bool | Personal, | ||
EventHandlerAsync< IqResultEventArgs > | Callback, | ||
object | State | ||
) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | XML note to add to the token. |
Personal | If the note is personal or not. Default=false. Personal notes are deleted when the token is transferred to another owner. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 1007 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.AddXmlNote | ( | string | TokenId, |
string | Note, | ||
EventHandlerAsync< IqResultEventArgs > | Callback, | ||
object | State | ||
) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | XML note to add to the token. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 993 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.AddXmlNoteAsync | ( | string | TokenId, |
string | Note | ||
) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | XML note to add to the token. |
Definition at line 1033 of file NeuroFeaturesClient.cs.
async Task NeuroFeatures.NeuroFeaturesClient.AddXmlNoteAsync | ( | string | TokenId, |
string | Note, | ||
bool | Personal | ||
) |
Adds a xml note to a token. Notes attached to a token can be retrieved by calling GetEvents.
TokenId | ID of token. |
Note | XML note to add to the token. |
Personal | If the note is personal or not. Default=false. Personal notes are deleted when the token is transferred to another owner. |
Definition at line 1045 of file NeuroFeaturesClient.cs.
|
virtual |
IDisposable.Dispose
Reimplemented from Waher.Networking.XMPP.XmppExtension.
Definition at line 72 of file NeuroFeaturesClient.cs.
|
inherited |
Called to inform the viewer of an error state.
Timestamp | Timestamp of event. |
Error | Error. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an error state.
Timestamp | Timestamp of event. |
Error | Error. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an error state.
Error | Error. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an error state.
Error | Error. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Timestamp | Timestamp of event. |
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Timestamp | Timestamp of event. |
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Timestamp | Timestamp of event. |
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Timestamp | Timestamp of event. |
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of an exception state.
Exception | Exception. |
Implements Waher.Events.IObservableLayer.
Task NeuroFeatures.NeuroFeaturesClient.GenerateDescription | ( | string | TokenId, |
ReportFormat | Format, | ||
EventHandlerAsync< ReportEventArgs > | Callback, | ||
object | State | ||
) |
Gets a description of a token.
TokenId | Token ID |
Format | Desired report format. |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 1220 of file NeuroFeaturesClient.cs.
async Task< ReportEventArgs > NeuroFeatures.NeuroFeaturesClient.GenerateDescriptionAsync | ( | string | TokenId, |
ReportFormat | Format | ||
) |
Gets a description of a token.
TokenId | Token ID |
Format | Desired report format. |
Definition at line 1266 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GenerateHistoryReport | ( | string | TokenId, |
ReportFormat | Format, | ||
EventHandlerAsync< ReportEventArgs > | Callback, | ||
object | State | ||
) |
Gets a history report of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 1608 of file NeuroFeaturesClient.cs.
async Task< ReportEventArgs > NeuroFeatures.NeuroFeaturesClient.GenerateHistoryReportAsync | ( | string | TokenId, |
ReportFormat | Format | ||
) |
Generates a history report of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Definition at line 1630 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GeneratePresentReport | ( | string | TokenId, |
ReportFormat | Format, | ||
EventHandlerAsync< ReportEventArgs > | Callback, | ||
object | State | ||
) |
Gets a present report of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 1558 of file NeuroFeaturesClient.cs.
async Task< ReportEventArgs > NeuroFeatures.NeuroFeaturesClient.GeneratePresentReportAsync | ( | string | TokenId, |
ReportFormat | Format | ||
) |
Generates a present report of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Definition at line 1580 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GenerateProfilingReport | ( | string | TokenId, |
ReportFormat | Format, | ||
EventHandlerAsync< ReportEventArgs > | Callback, | ||
object | State | ||
) |
Gets a profiling report of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 1508 of file NeuroFeaturesClient.cs.
async Task< ReportEventArgs > NeuroFeatures.NeuroFeaturesClient.GenerateProfilingReportAsync | ( | string | TokenId, |
ReportFormat | Format | ||
) |
Generates a profiling report of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Definition at line 1530 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GenerateStateDiagram | ( | string | TokenId, |
ReportFormat | Format, | ||
EventHandlerAsync< ReportEventArgs > | Callback, | ||
object | State | ||
) |
Gets a state diagram of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 1658 of file NeuroFeaturesClient.cs.
async Task< ReportEventArgs > NeuroFeatures.NeuroFeaturesClient.GenerateStateDiagramAsync | ( | string | TokenId, |
ReportFormat | Format | ||
) |
Generates a state diagram of a state-machine belonging to a token.
TokenId | Token ID |
Format | Desired report format. |
Definition at line 1680 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferences | ( | string | Address, |
string | ContractId, | ||
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 510 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferences | ( | string | Address, |
string | ContractId, | ||
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 538 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferences | ( | string | ContractId, |
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens created by a contract the account has access to.
ContractId | Contract ID |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 497 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferences | ( | string | ContractId, |
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens created by a contract the account has access to.
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 523 of file NeuroFeaturesClient.cs.
Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferencesAsync | ( | string | Address, |
string | ContractId | ||
) |
Get references to tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Definition at line 587 of file NeuroFeaturesClient.cs.
async Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferencesAsync | ( | string | Address, |
string | ContractId, | ||
int | Offset, | ||
int | MaxCount | ||
) |
Get references to tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 613 of file NeuroFeaturesClient.cs.
Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferencesAsync | ( | string | ContractId | ) |
Get references to tokens created by a contract the account has access to.
ContractId | Contract ID |
Definition at line 575 of file NeuroFeaturesClient.cs.
Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetContractTokenReferencesAsync | ( | string | ContractId, |
int | Offset, | ||
int | MaxCount | ||
) |
Get references to tokens created by a contract the account has access to.
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 599 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokens | ( | string | Address, |
string | ContractId, | ||
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 654 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokens | ( | string | Address, |
string | ContractId, | ||
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 682 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokens | ( | string | ContractId, |
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens created by a contract the account has access to.
ContractId | Contract ID |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 641 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetContractTokens | ( | string | ContractId, |
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens created by a contract the account has access to.
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 667 of file NeuroFeaturesClient.cs.
Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetContractTokensAsync | ( | string | Address, |
string | ContractId | ||
) |
Get tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Definition at line 731 of file NeuroFeaturesClient.cs.
async Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetContractTokensAsync | ( | string | Address, |
string | ContractId, | ||
int | Offset, | ||
int | MaxCount | ||
) |
Get tokens created by a contract the account has access to.
Address | Address of server (component). |
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 757 of file NeuroFeaturesClient.cs.
Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetContractTokensAsync | ( | string | ContractId | ) |
Get tokens created by a contract the account has access to.
ContractId | Contract ID |
Definition at line 719 of file NeuroFeaturesClient.cs.
Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetContractTokensAsync | ( | string | ContractId, |
int | Offset, | ||
int | MaxCount | ||
) |
Get tokens created by a contract the account has access to.
ContractId | Contract ID |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 743 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetCreationAttributes | ( | EventHandlerAsync< CreationAttributesEventArgs > | Callback, |
object | State | ||
) |
Gets attributes relevant for creating tokens on the broker.
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 1180 of file NeuroFeaturesClient.cs.
async Task< CreationAttributesEventArgs > NeuroFeatures.NeuroFeaturesClient.GetCreationAttributesAsync | ( | ) |
Gets attributes relevant for creating tokens on the broker.
Definition at line 1192 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetCurrentState | ( | string | TokenId, |
EventHandlerAsync< CurrentStateEventArgs > | Callback, | ||
object | State | ||
) |
Gets the current state of a state-machine belonging to a token.
TokenId | Token ID |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 1297 of file NeuroFeaturesClient.cs.
async Task< CurrentStateEventArgs > NeuroFeatures.NeuroFeaturesClient.GetCurrentStateAsync | ( | string | TokenId | ) |
Gets the current state of a state-machine belonging to a token.
TokenId | Token ID |
Definition at line 1480 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetEvents | ( | string | TokenId, |
EventHandlerAsync< EventsEventArgs > | Callback, | ||
object | State | ||
) |
Get events registered for a token the account owns.
TokenId | Token ID. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 1072 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetEvents | ( | string | TokenId, |
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< EventsEventArgs > | Callback, | ||
object | State | ||
) |
Get events registered for a token the account owns.
TokenId | Token ID. |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 1085 of file NeuroFeaturesClient.cs.
Task< TokenEvent[]> NeuroFeatures.NeuroFeaturesClient.GetEventsAsync | ( | string | TokenId | ) |
Get events registered for a token the account owns.
TokenId | Token ID. |
Definition at line 1143 of file NeuroFeaturesClient.cs.
async Task< TokenEvent[]> NeuroFeatures.NeuroFeaturesClient.GetEventsAsync | ( | string | TokenId, |
int | Offset, | ||
int | MaxCount | ||
) |
Get events registered for a token the account owns.
TokenId | Token ID. |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 1154 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetToken | ( | string | TokenId, |
EventHandlerAsync< TokenResultEventArgs > | Callback, | ||
object | State | ||
) |
Gets a token, given its full ID.
TokenId | Full Token ID |
Callback | Method to call when response is returned. |
State | State object to pass on to callback method. |
Definition at line 105 of file NeuroFeaturesClient.cs.
async Task< Token > NeuroFeatures.NeuroFeaturesClient.GetTokenAsync | ( | string | TokenId | ) |
Gets a token, given its full ID.
TokenId | Full Token ID |
Definition at line 153 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokenReferences | ( | EventHandlerAsync< IdReferencesEventArgs > | Callback, |
object | State | ||
) |
Get references to tokens the account owns.
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 179 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokenReferences | ( | int | Offset, |
int | MaxCount, | ||
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens the account owns.
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 202 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokenReferences | ( | string | Address, |
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens the account owns.
Address | Address of server (component). |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 190 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokenReferences | ( | string | Address, |
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< IdReferencesEventArgs > | Callback, | ||
object | State | ||
) |
Get references to tokens the account owns.
Address | Address of server (component). |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 215 of file NeuroFeaturesClient.cs.
Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetTokenReferencesAsync | ( | ) |
Get references to tokens the account owns.
Definition at line 274 of file NeuroFeaturesClient.cs.
Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetTokenReferencesAsync | ( | int | Offset, |
int | MaxCount | ||
) |
Get references to tokens the account owns.
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 295 of file NeuroFeaturesClient.cs.
Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetTokenReferencesAsync | ( | string | Address | ) |
Get references to tokens the account owns.
Address | Address of server (component). |
Definition at line 284 of file NeuroFeaturesClient.cs.
async Task< string[]> NeuroFeatures.NeuroFeaturesClient.GetTokenReferencesAsync | ( | string | Address, |
int | Offset, | ||
int | MaxCount | ||
) |
Get references to tokens the account owns.
Address | Address of server (component). |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 307 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokens | ( | EventHandlerAsync< TokensEventArgs > | Callback, |
object | State | ||
) |
Get tokens the account owns.
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 334 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokens | ( | int | Offset, |
int | MaxCount, | ||
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens the account owns.
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 357 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokens | ( | string | Address, |
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens the account owns.
Address | Address of server (component). |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 345 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTokens | ( | string | Address, |
int | Offset, | ||
int | MaxCount, | ||
EventHandlerAsync< TokensEventArgs > | Callback, | ||
object | State | ||
) |
Get tokens the account owns.
Address | Address of server (component). |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 370 of file NeuroFeaturesClient.cs.
Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetTokensAsync | ( | ) |
Get tokens the account owns.
Definition at line 440 of file NeuroFeaturesClient.cs.
Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetTokensAsync | ( | int | Offset, |
int | MaxCount | ||
) |
Get tokens the account owns.
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 461 of file NeuroFeaturesClient.cs.
Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetTokensAsync | ( | string | Address | ) |
Get tokens the account owns.
Address | Address of server (component). |
Definition at line 450 of file NeuroFeaturesClient.cs.
async Task< TokensEventArgs > NeuroFeatures.NeuroFeaturesClient.GetTokensAsync | ( | string | Address, |
int | Offset, | ||
int | MaxCount | ||
) |
Get tokens the account owns.
Address | Address of server (component). |
Offset | Result will start with the response at this offset into result set. |
MaxCount | Result will be limited to this number of items. |
Definition at line 473 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTotals | ( | EventHandlerAsync< TokenTotalsEventArgs > | Callback, |
object | State | ||
) |
Get totals of tokens the sender owns.
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 826 of file NeuroFeaturesClient.cs.
Task NeuroFeatures.NeuroFeaturesClient.GetTotals | ( | string | Address, |
EventHandlerAsync< TokenTotalsEventArgs > | Callback, | ||
object | State | ||
) |
Get totals of tokens the sender owns.
Address | Address of server (component). |
Callback | Method to call when response is returned. |
State | State object to pass on to the callback method. |
Definition at line 837 of file NeuroFeaturesClient.cs.
Task< TokenTotalsEventArgs > NeuroFeatures.NeuroFeaturesClient.GetTotalsAsync | ( | ) |
Get totals of tokens the sender owns.
Definition at line 881 of file NeuroFeaturesClient.cs.
async Task< TokenTotalsEventArgs > NeuroFeatures.NeuroFeaturesClient.GetTotalsAsync | ( | string | Address | ) |
Get totals of tokens the sender owns.
Address | Address of server (component). |
Definition at line 891 of file NeuroFeaturesClient.cs.
|
inherited |
Called to inform the viewer of something.
Timestamp | Timestamp of event. |
Comment | Comment. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of something.
Timestamp | Timestamp of event. |
Comment | Comment. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of something.
Comment | Comment. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of something.
Comment | Comment. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called when binary data has been received.
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been received.
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been received.
Timestamp | Timestamp of event. |
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been received.
Timestamp | Timestamp of event. |
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been received.
Timestamp | Timestamp of event. |
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been received.
Timestamp | Timestamp of event. |
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been received.
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been received.
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Removes a sniffer, if registered.
Sniffer | Sniffer to remove. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Removes a sniffer, if registered.
Sniffer | Sniffer to remove. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been transmitted.
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been transmitted.
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been transmitted.
Timestamp | Timestamp of event. |
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when binary data has been transmitted.
Timestamp | Timestamp of event. |
Data | Binary Data. |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been transmitted.
Timestamp | Timestamp of event. |
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been transmitted.
Timestamp | Timestamp of event. |
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been transmitted.
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called when text has been transmitted.
Text | Text |
Implements Waher.Networking.ICommunicationLayer.
|
inherited |
Called to inform the viewer of a warning state.
Timestamp | Timestamp of event. |
Warning | Warning. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of a warning state.
Timestamp | Timestamp of event. |
Warning | Warning. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of a warning state.
Warning | Warning. |
Implements Waher.Events.IObservableLayer.
|
inherited |
Called to inform the viewer of a warning state.
Warning | Warning. |
Implements Waher.Events.IObservableLayer.
|
protectedinherited |
XMPP Client used by the extension.
Definition at line 17 of file XmppExtension.cs.
|
static |
Local name of state-machine definition
Definition at line 38 of file NeuroFeaturesClient.cs.
|
static |
Namespace for Neuro-Features.
Definition at line 28 of file NeuroFeaturesClient.cs.
|
static |
Namespace for State-Machines.
Definition at line 33 of file NeuroFeaturesClient.cs.
|
getinherited |
XMPP Client.
Definition at line 49 of file XmppExtension.cs.
|
getinherited |
If the client has been disposed.
Definition at line 54 of file XmppExtension.cs.
|
get |
Address of eDaler component
Definition at line 86 of file NeuroFeaturesClient.cs.
|
get |
Reference to the Smart Contracts client.
Definition at line 67 of file NeuroFeaturesClient.cs.
|
getinherited |
If events raised from the communication layer are decoupled, i.e. executed in parallel with the source that raised them.
Implements Waher.Events.IObservableLayer.
Definition at line 70 of file XmppExtension.cs.
|
get |
Implemented extensions.
Implements Waher.Networking.XMPP.IXmppExtension.
Definition at line 91 of file NeuroFeaturesClient.cs.
|
getinherited |
If there are sniffers registered on the object.
Implements Waher.Networking.ICommunicationLayer.
Definition at line 109 of file XmppExtension.cs.
|
getinherited |
Registered sniffers.
Implements Waher.Networking.ICommunicationLayer.
Definition at line 104 of file XmppExtension.cs.
EventHandlerAsync<NewStateEventArgs> NeuroFeatures.NeuroFeaturesClient.StateUpdated |
Event raised when the state of a state-machine has been updated.
Definition at line 1713 of file NeuroFeaturesClient.cs.
EventHandlerAsync<TokenEventArgs> NeuroFeatures.NeuroFeaturesClient.TokenAdded |
Event raised when a token has been added to the account.
Definition at line 792 of file NeuroFeaturesClient.cs.
EventHandlerAsync<TokenEventArgs> NeuroFeatures.NeuroFeaturesClient.TokenRemoved |
Event raised when a token has been removed from the account.
Definition at line 815 of file NeuroFeaturesClient.cs.
EventHandlerAsync<VariablesUpdatedEventArgs> NeuroFeatures.NeuroFeaturesClient.VariablesUpdated |
Event raised when variables in a state-machine have been updated.
Definition at line 1731 of file NeuroFeaturesClient.cs.