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