AdsBinaryReader.ReadPlcTIME Method

Reads a PLC 'TIME' data type from the current stream.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public TimeSpan ReadPlcTIME()

VB

Public Function ReadPlcTIME As TimeSpan

Return Value

Type: TimeSpan
The time being read as TimeSpan.

Remarks

This method reads the 4 Byte Plc 'TIME' datatype.

Reference

AdsBinaryReader Class

TwinCAT.Ads Namespace