TheNMILiveTag Members
The TheNMILiveTag type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateUX |
Override for the CreateUX
|
![]() |
Delete |
Deletes the live tag
|
![]() |
DoCreateUX |
NMI of the Live Tag that can be overritten
|
![]() |
DoDelete |
Override for additional action durin delete
|
![]() |
DoInit |
Additional inits
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FireEvent |
Fire an event on this thing
(Inherited from TheThingBase.) |
![]() |
GetBaseThing |
Gets the Base Thing (MyBaseThing)
(Inherited from TheThingBase.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetProperty |
Gets a property by name
(Inherited from TheThingBase.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
HandleMessage |
Will be called by the communication engine if a message for this thing has been received
(Inherited from TheThingBase.) |
![]() |
HasRegisteredEvents |
Returns true if the given event has registered callbacks
(Inherited from TheThingBase.) |
![]() |
Init |
Initializes the Live Tag
|
![]() |
IsInit |
Returns true if this thing is initialized (mIsInitialized)
(Inherited from TheThingBase.) |
![]() |
IsUXInit |
Returns true if this thing's NMI is initialized (mIsUxInitialized)
(Inherited from TheThingBase.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RegisterEvent |
Register a callback with an event of this Thing
(Inherited from TheThingBase.) |
![]() |
SetBaseThing |
Sets the Base Thing (MyBaseThing)
(Inherited from TheThingBase.) |
![]() |
SetProperty |
Sets a property with a value
(Inherited from TheThingBase.) |
![]() |
sinkThrottleChanged |
event if a user changed the throttle
|
![]() |
ToString | (Inherited from Object.) |
![]() |
UnregisterEvent |
Unregister a callback from an event of this thing
(Inherited from TheThingBase.) |
Properties
Name | Description | |
---|---|---|
![]() |
ControlType |
Constrol type of the value field
|
![]() |
DontMonitor |
If false the Tag will not be monitored
|
![]() |
Flags |
Flags for the value field control
|
![]() |
FldOrder |
FldOrder of the value control
|
![]() |
FormTitle |
Title of the Form
|
![]() |
IsActive |
True if the tag is active
|
![]() |
LastMessage |
Last message of the live tag
|
![]() |
ServerID |
Server ID if applicable
|
![]() |
ServerName |
Server name if applicable
|
![]() |
TileHeight |
Height of the value field
|
![]() |
TileLeft |
Position left of the value field
|
![]() |
TileTop |
Position to of the value field
|
![]() |
TileWidth |
Width of the value field
|