Свойство | Тип | Описание | |
---|---|---|---|
ID | |||
connection |
Свойство | Тип | Описание | |
---|---|---|---|
CopyHandlersFrom | void | ||
HandleBuffer | void | ||
HandleChangeObject | void | ||
HandleChangeObjectData | void | ||
HandleEvent | void | ||
HandleOnSubAndPub | void | ||
HandleStreamEvent | void | ||
HandleTimerCmd | void | ||
HandleTimerTick | void | ||
Publish | void | ||
ReadBytesFromStream | int | ||
Subscribe | void | ||
TimerAcknowledgeCmd | int | ||
TimerBasicCmd | int | ||
UnPublish | void | ||
UnSubscribe | void |
Метод | Описание | |
---|---|---|
ClearAllStreams ( ) : void | ||
LogWriteLn ( string aLine, TLogLevel aLevel ) : int | ||
SignalBuffer ( |
||
SignalChangeObject ( int aAction, int aObjectID, string aAttribute = "" ) : int | ||
SignalEvent ( TEventKind aEventKind, byte aEventPayload ) : int | ||
SignalStream ( string aStreamName, Stream aStream ) : int | ||
SignalString ( string p ) : int | ||
TEventEntry ( |
||
TimerAcknowledge ( string aTimerName, string aClientName, int aProposedTimeStep ) : int | ||
TimerAcknowledgeAdd ( string aTimerName, string aClientName ) : int | ||
TimerAcknowledgeRemove ( string aTimerName, string aClientName ) : int | ||
TimerCancel ( string aTimerName ) : int | ||
TimerCreate ( string aTimerName, System.Int64 aStartTimeUTCorRelFT, int aResolutionms, double aSpeedFactor, int aRepeatCount = trcInfinite ) : int | ||
TimerPrepare ( string aTimerName ) : int | ||
TimerSetSpeed ( string aTimerName, double aSpeedFactor ) : int | ||
TimerStart ( string aTimerName ) : int | ||
TimerStop ( string aTimerName ) : int |
Метод | Описание | |
---|---|---|
CopyHandlersFrom ( |
||
HandleBuffer ( |
||
HandleChangeObject ( |
||
HandleChangeObjectData ( |
||
HandleEvent ( |
||
HandleOnSubAndPub ( |
||
HandleStreamEvent ( TEventKind aEventKind, |
||
HandleTimerCmd ( TEventKind aEventKind, |
||
HandleTimerTick ( |
||
Publish ( ) : void | ||
ReadBytesFromStream ( |
||
Subscribe ( ) : void | ||
TimerAcknowledgeCmd ( TEventKind aEventKind, string aTimerName, string aClientName ) : int | ||
TimerBasicCmd ( TEventKind aEventKind, string aTimerName ) : int | ||
UnPublish ( bool aChangeLocalState = true ) : void | ||
UnSubscribe ( bool aChangeLocalState = true ) : void |
public LogWriteLn ( string aLine, TLogLevel aLevel ) : int | ||
aLine | string | |
aLevel | TLogLevel | |
Результат | int |
public SignalBuffer ( |
||
aBufferID | ||
aBuffer | byte | |
aEventFlags | ||
Результат | int |
public SignalChangeObject ( int aAction, int aObjectID, string aAttribute = "" ) : int | ||
aAction | int | |
aObjectID | int | |
aAttribute | string | |
Результат | int |
public SignalEvent ( TEventKind aEventKind, byte aEventPayload ) : int | ||
aEventKind | TEventKind | |
aEventPayload | byte | |
Результат | int |
public SignalStream ( string aStreamName, Stream aStream ) : int | ||
aStreamName | string | |
aStream | Stream | |
Результат | int |
public TEventEntry ( |
||
aConnection | ||
aID | ||
aEventName | string | |
Результат | System |
public TimerAcknowledge ( string aTimerName, string aClientName, int aProposedTimeStep ) : int | ||
aTimerName | string | |
aClientName | string | |
aProposedTimeStep | int | |
Результат | int |
public TimerAcknowledgeAdd ( string aTimerName, string aClientName ) : int | ||
aTimerName | string | |
aClientName | string | |
Результат | int |
public TimerAcknowledgeRemove ( string aTimerName, string aClientName ) : int | ||
aTimerName | string | |
aClientName | string | |
Результат | int |
public TimerCancel ( string aTimerName ) : int | ||
aTimerName | string | |
Результат | int |
public TimerCreate ( string aTimerName, System.Int64 aStartTimeUTCorRelFT, int aResolutionms, double aSpeedFactor, int aRepeatCount = trcInfinite ) : int | ||
aTimerName | string | |
aStartTimeUTCorRelFT | System.Int64 | |
aResolutionms | int | |
aSpeedFactor | double | |
aRepeatCount | int | |
Результат | int |
public TimerPrepare ( string aTimerName ) : int | ||
aTimerName | string | |
Результат | int |
public TimerSetSpeed ( string aTimerName, double aSpeedFactor ) : int | ||
aTimerName | string | |
aSpeedFactor | double | |
Результат | int |
public TimerStart ( string aTimerName ) : int | ||
aTimerName | string | |
Результат | int |
public TimerStop ( string aTimerName ) : int | ||
aTimerName | string | |
Результат | int |