프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public SetState ( string newState, System.DateTime timestamp = null ) : void | ||
newState | string | |
timestamp | System.DateTime | |
리턴 | void |
public static State2Value ( ePortType portType, string state ) : object | ||
portType | ePortType | |
state | string | |
리턴 | object |
public Update_Except_States ( |
||
otherPort | ||
리턴 | void |
public static ePortType2Type ( ePortType PortType ) : |
||
PortType | ePortType | |
리턴 |