Loading...
Searching...
No Matches
realvirtual.DeviceTypeInfo Class Reference
Information about a Mitsubishi device type. More...
Properties | |
| string | Name [get, set] |
| Display name of device type. | |
| string | Description [get, set] |
| Description of device purpose. | |
| bool | IsBit [get, set] |
| True if bit device, false if word device. | |
| int | MaxAddress [get, set] |
| Maximum valid address. | |
| bool | ReadOnly [get, set] |
| True if device is read-only. | |
| bool | UseOctal [get, set] |
| True if addresses use octal numbering. | |
| bool | HasContact [get, set] |
| True if device has associated contact (T, C) | |
| string | ParentDevice [get, set] |
| Parent device type for contacts. | |
Detailed Description
Information about a Mitsubishi device type.
Property Documentation
◆ Description
|
getset |
Description of device purpose.
◆ HasContact
|
getset |
True if device has associated contact (T, C)
◆ IsBit
|
getset |
True if bit device, false if word device.
◆ MaxAddress
|
getset |
Maximum valid address.
◆ Name
|
getset |
Display name of device type.
◆ ParentDevice
|
getset |
Parent device type for contacts.
◆ ReadOnly
|
getset |
True if device is read-only.
◆ UseOctal
|
getset |
True if addresses use octal numbering.