Click or drag to resize

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
Syntax
C#
public static ISystemClockHandle? Find(
	string cardAddress
)

Parameters

cardAddress
Type: SystemString
Network card IP address.

Return Value

Type: ISystemClockHandle
A system clock handle, or null.
See Also