Find File instance.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic static File? FindFile(
MessageRouter? router,
uint fileInstanceId,
bool allowAutoCreate = true
)
Parameters
- router
- Type: Demo3D.PLC.Comms.CIP.NodesMessageRouter
Message router. - fileInstanceId
- Type: SystemUInt32
File instance. - allowAutoCreate (Optional)
- Type: SystemBoolean
Allow automatically creating instances where possible.
Return Value
Type:
FileFile (or null).
See Also