Loading...
Searching...
No Matches
realvirtual.GXDeviceEntry Class Reference
Represents a device entry from GX Works3 CSV. More...
Public Member Functions | |
| string | GetSignalName () |
| Gets a sanitized signal name for Unity. | |
| Dictionary< string, object > | CreateMetadata () |
| Creates metadata dictionary for signal. | |
Properties | |
| string | Device [get, set] |
| Full device string (e.g., "M100") | |
| string | DeviceType [get, set] |
| Device type (e.g., "M") | |
| int | Address [get, set] |
| Numeric address. | |
| string | Comment [get, set] |
| Device comment/description. | |
| DeviceDataType | DataType [get, set] |
| Data type. | |
| string | InitialValue [get, set] |
| Initial value. | |
| SignalDirection | Direction [get, set] |
| Signal direction. | |
| string | Category [get, set] |
| Optional category. | |
| int | LineNumber [get, set] |
| Source line number in CSV. | |
Detailed Description
Represents a device entry from GX Works3 CSV.
Member Function Documentation
◆ CreateMetadata()
| Dictionary< string, object > realvirtual.GXDeviceEntry.CreateMetadata | ( | ) |
Creates metadata dictionary for signal.
◆ GetSignalName()
| string realvirtual.GXDeviceEntry.GetSignalName | ( | ) |
Gets a sanitized signal name for Unity.
Property Documentation
◆ Address
|
getset |
Numeric address.
◆ Category
|
getset |
Optional category.
◆ Comment
|
getset |
Device comment/description.
◆ DataType
|
getset |
Data type.
◆ Device
|
getset |
Full device string (e.g., "M100")
◆ DeviceType
|
getset |
Device type (e.g., "M")
◆ Direction
|
getset |
Signal direction.
◆ InitialValue
|
getset |
Initial value.
◆ LineNumber
|
getset |
Source line number in CSV.