Свойство | Type | Description | |
---|---|---|---|
AutoPublish | bool | ||
efPublishers | |||
efSubscribers | |||
efTimers | |||
statusBusy | |||
statusCalculating | |||
statusReady |
Méthode | Description | |
---|---|---|
Close ( ) : void | ||
ConvertEscapes ( byte aBuffer ) : string | ||
ConvertToHex ( byte aBuffer ) : string | ||
LogWriteLn ( string aLogEventName, string aLine, |
||
Open ( string aHost, int aPort, bool aStartReadingThread = true ) : bool | ||
Publish ( string aEventName, bool aUseFederationPrefix = true ) : |
||
RemoveStatus ( ) : void | ||
RequestAllVariablesFromImb ( ) : void | ||
RequestEventname ( string aEventNameFilter, |
||
SetState ( TConnectionState aState ) : void | ||
SetThrottle ( |
||
SetVariableValue ( string aVarName, |
||
SetVariableValue ( string aVarName, |
||
SetVariableValue ( string aVarName, string aVarValue ) : void | ||
SetVariableValue ( string aVarName, string aVarValue, TVarPrefix aVarPrefix ) : void | ||
SignalBuffer ( int aEventID, |
||
SignalBuffer ( string aEventName, |
||
SignalChangeFederation ( |
||
SignalChangeObject ( int aEventID, |
||
SignalChangeObject ( string aEventName, |
||
SignalEvent ( int aEventID, |
||
SignalEvent ( string aEventName, |
||
SignalFocus ( double aX, double aY ) : int | ||
SignalIntString ( string eventName, int cmd, string message ) : int | ||
SignalStream ( int aEventID, string aStreamName, Stream aStream ) : int | ||
SignalStream ( string aEventName, string aStreamName, Stream aStream, bool aUseFederationPrefix = true ) : int | ||
SignalString ( string eventName, string message ) : int | ||
Subscribe ( string aEventName, bool aUseFederationPrefix = true ) : |
||
TConnection ( string aHost, int aPort, string aOwnerName, int aOwnerID, string aFederation = DefaultFederation, bool aIMB2Compatible = true, bool aStartReadingThread = true ) : System | ||
UnPublish ( string aEventName, bool aUseFederationPrefix = true ) : void | ||
UnSubscribe ( string aEventName, bool aUseFederationPrefix = true ) : void | ||
UpdateStatus ( |
Méthode | Description | |
---|---|---|
HandleCommand ( TCommands aCommand, |
Méthode | Description | |
---|---|---|
AddEvent ( string aEventName ) : |
||
AddEventL ( string aEventName ) : |
||
EventIDToEventL ( |
||
FindEventAutoPublishL ( string aEventName ) : |
||
FindEventL ( string aEventName ) : |
||
FindEventParentL ( string aEventName ) : |
||
FindOrAddEventL ( string aEventName ) : |
||
GetUniqueClientID ( ) : int | ||
HandleCommandEvent ( |
||
HandleCommandOther ( TCommands aCommand, |
||
HandleCommandVariable ( |
||
HandleEventNames ( |
||
HandleSubAndPub ( TCommands aCommand, |
||
PrefixFederation ( string aName, bool aUseFederationPrefix = true ) : string | ||
RequestUniqueClientID ( ) : int | ||
SetOwner ( ) : int | ||
WriteCommand ( TCommands aCommand, byte aPayload ) : int |
public static ConvertEscapes ( byte aBuffer ) : string | ||
aBuffer | byte | |
Résultat | string |
public static ConvertToHex ( byte aBuffer ) : string | ||
aBuffer | byte | |
Résultat | string |
protected HandleCommand ( TCommands aCommand, |
||
aCommand | TCommands | |
aPayload | ||
Résultat | void |
public LogWriteLn ( string aLogEventName, string aLine, |
||
aLogEventName | string | |
aLine | string | |
aLevel | ||
Résultat | int |
public Open ( string aHost, int aPort, bool aStartReadingThread = true ) : bool | ||
aHost | string | |
aPort | int | |
aStartReadingThread | bool | |
Résultat | bool |
public Publish ( string aEventName, bool aUseFederationPrefix = true ) : |
||
aEventName | string | |
aUseFederationPrefix | bool | |
Résultat |
public RequestAllVariablesFromImb ( ) : void | ||
Résultat | void |
public RequestEventname ( string aEventNameFilter, |
||
aEventNameFilter | string | |
aEventFilters | ||
Résultat | int |
public SetState ( TConnectionState aState ) : void | ||
aState | TConnectionState | |
Résultat | void |
public SetThrottle ( |
||
aThrottle | ||
Résultat | void |
public SetVariableValue ( string aVarName, |
||
aVarName | string | |
aVarValue | ||
Résultat | void |
public SetVariableValue ( string aVarName, |
||
aVarName | string | |
aVarValue | ||
aVarPrefix | TVarPrefix | |
Résultat | void |
public SetVariableValue ( string aVarName, string aVarValue ) : void | ||
aVarName | string | |
aVarValue | string | |
Résultat | void |
public SetVariableValue ( string aVarName, string aVarValue, TVarPrefix aVarPrefix ) : void | ||
aVarName | string | |
aVarValue | string | |
aVarPrefix | TVarPrefix | |
Résultat | void |
public SignalBuffer ( int aEventID, |
||
aEventID | int | |
aBufferID | ||
aBuffer | byte | |
aEventFlags | ||
Résultat | int |
public SignalBuffer ( string aEventName, |
||
aEventName | string | |
aBufferID | ||
aBuffer | byte | |
aEventFlags | ||
aUseFederationPrefix | bool | |
Résultat | int |
public SignalChangeFederation ( |
||
aNewFederationID | ||
aNewFederation | string | |
Résultat | int |
public SignalChangeObject ( int aEventID, |
||
aEventID | int | |
aAction | ||
aObjectID | ||
aAttribute | string | |
Résultat | int |
public SignalChangeObject ( string aEventName, |
||
aEventName | string | |
aAction | ||
aObjectID | ||
aAttribute | string | |
aUseFederationPrefix | bool | |
Résultat | int |
public SignalEvent ( int aEventID, |
||
aEventID | int | |
aEventKind | ||
aEventPayload | ||
aUseFederationPrefix | bool | |
Résultat | int |
public SignalEvent ( string aEventName, |
||
aEventName | string | |
aEventKind | ||
aEventPayload | ||
aUseFederationPrefix | bool | |
Résultat | int |
public SignalFocus ( double aX, double aY ) : int | ||
aX | double | |
aY | double | |
Résultat | int |
public SignalIntString ( string eventName, int cmd, string message ) : int | ||
eventName | string | |
cmd | int | |
message | string | |
Résultat | int |
public SignalStream ( int aEventID, string aStreamName, Stream aStream ) : int | ||
aEventID | int | |
aStreamName | string | |
aStream | Stream | |
Résultat | int |
public SignalStream ( string aEventName, string aStreamName, Stream aStream, bool aUseFederationPrefix = true ) : int | ||
aEventName | string | |
aStreamName | string | |
aStream | Stream | |
aUseFederationPrefix | bool | |
Résultat | int |
public SignalString ( string eventName, string message ) : int | ||
eventName | string | |
message | string | |
Résultat | int |
public Subscribe ( string aEventName, bool aUseFederationPrefix = true ) : |
||
aEventName | string | |
aUseFederationPrefix | bool | |
Résultat |
public TConnection ( string aHost, int aPort, string aOwnerName, int aOwnerID, string aFederation = DefaultFederation, bool aIMB2Compatible = true, bool aStartReadingThread = true ) : System | ||
aHost | string | |
aPort | int | |
aOwnerName | string | |
aOwnerID | int | |
aFederation | string | |
aIMB2Compatible | bool | |
aStartReadingThread | bool | |
Résultat | System |
public UnPublish ( string aEventName, bool aUseFederationPrefix = true ) : void | ||
aEventName | string | |
aUseFederationPrefix | bool | |
Résultat | void |
public UnSubscribe ( string aEventName, bool aUseFederationPrefix = true ) : void | ||
aEventName | string | |
aUseFederationPrefix | bool | |
Résultat | void |
public UpdateStatus ( |
||
aProgress | ||
aStatus | ||
Résultat | void |
public static Int32,System statusCalculating | ||
Résultat |