SystemTimeRegistryFind Method |
Get the running instance of the system clock for a specified network card.
Returns null if the clock isn't running.
Returns one reference to the clock. (Call
Dispose to release.)
Namespace:
Demo3D.Net.Protocols
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic static ISystemClockHandle? Find(
string cardAddress
)
Parameters
- cardAddress
- Type: SystemString
Network card IP address.
Return Value
Type:
ISystemClockHandleA system clock handle, or null.
See Also