Construct a new DPIInfo.
Namespace:
Demo3D.PLC.Rockwell.Comms.DPI
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic DPIInfo(
DeviceVendor vendor,
ushort deviceFamily,
ushort configurationCode,
byte revisionMajor,
byte revisionMinor
)
Parameters
- vendor
- Type: Demo3D.PLC.Rockwell.Comms.DPIDeviceVendor
Device vendor. - deviceFamily
- Type: SystemUInt16
Device type. - configurationCode
- Type: SystemUInt16
Product code. - revisionMajor
- Type: SystemByte
Major revision number. - revisionMinor
- Type: SystemByte
Minor revision number.
See Also