Property | Type | Description | |
---|---|---|---|
Color | string | ||
ConfFlags | ePortConf | ||
Description | string | ||
LastUpdatedTimestamp | ulong | ||
Name | string | ||
PortKey | string | ||
PortModelId | string | ||
RevNum | uint | ||
Semantics | string | ||
Size | int | ||
State | string | ||
Type | ePortType | ||
ioDirection | ioPortDirection |
Method | Description | |
---|---|---|
DeepClone ( ) : |
||
GetStateObject ( ) : object | ||
IncRevNum ( ) : void | ||
IsNumeric ( ) : bool | ||
Port ( ) : System | ||
Port ( PortKey portKey, ePortType type, ioPortDirection ioDirection, string portmodelid = null ) : System | ||
SetState ( string newState, System.DateTime timestamp = null ) : void | ||
State2Value ( ePortType portType, string state ) : object | ||
ToString ( ) : string | ||
Update ( |
||
Update_Except_States ( |
||
Value2State ( object value ) : string | ||
ePortType2Type ( ePortType PortType ) : |
public Port ( PortKey portKey, ePortType type, ioPortDirection ioDirection, string portmodelid = null ) : System | ||
portKey | PortKey | |
type | ePortType | |
ioDirection | ioPortDirection | |
portmodelid | string | |
return | System |
public SetState ( string newState, System.DateTime timestamp = null ) : void | ||
newState | string | |
timestamp | System.DateTime | |
return | void |
public static State2Value ( ePortType portType, string state ) : object | ||
portType | ePortType | |
state | string | |
return | object |
public Update_Except_States ( |
||
otherPort | ||
return | void |
public static Value2State ( object value ) : string | ||
value | object | |
return | string |
public static ePortType2Type ( ePortType PortType ) : |
||
PortType | ePortType | |
return |