x4Trace Documentation v1.0
Loading...
Searching...
No Matches
FlowLib.Engine.PortDescriptor Class Reference

Descriptor of port. More...

Public Member Functions

 PortDescriptor ()
 Constructor.
 

Properties

int Number [get, set]
 Number of port descriptor.
 
string Text [get, set]
 Text of port descriptor.
 
string PortKey [get, set]
 Key of port descriptor.
 
string PortTypeText [get, set]
 Text of port descriptor type.
 
byte ColorR [get, set]
 Color of port.
 
byte ColorG [get, set]
 Color of port.
 
byte ColorB [get, set]
 Color of port.
 
int IsEnabled [get, set]
 Is enabled.
 

Private Attributes

int number = 0
 Number of port descriptor.
 
string text = ""
 Text of port descriptor.
 
string portKey = ""
 Key of port descriptor.
 
string portTypeText = ""
 Text of port descriptor type.
 
byte colorR = 0
 Color of port.
 
byte colorG = 0
 Color of port.
 
byte colorB = 0
 Color of port.
 
int isEnabled = 1
 Is enabled.
 

Detailed Description

Descriptor of port.


The documentation for this class was generated from the following file: