C# Class WoopsaAds.WoopsaAdsServer

Inheritance: IDisposable
Datei anzeigen Open project: woopsa-protocol/Woopsa Class Usage Examples

Public Properties

Property Type Description
BeckhoffPlcReferenceDateTime System.DateTime

Public Methods

Method Description
BeckhoffToWoopsaValueType ( string beckhoffType, WoopsaValueType &woopsaType ) : bool
Dispose ( ) : void
IsHeartBeatAlive ( ) : bool
ReadAdsValue ( IWoopsaProperty woopsaProperty ) : WoopsaValue
WoopsaAdsServer ( string netId ) : System
WriteAdsValue ( IWoopsaProperty property, IWoopsaValue value ) : void
loadHierarchy ( WoopsaObject root ) : void

Private Methods

Method Description
bufferToLong ( byte buffer, int bufferLength ) : long

Method Details

BeckhoffToWoopsaValueType() public method

public BeckhoffToWoopsaValueType ( string beckhoffType, WoopsaValueType &woopsaType ) : bool
beckhoffType string
woopsaType WoopsaValueType
return bool

Dispose() public method

public Dispose ( ) : void
return void

IsHeartBeatAlive() public method

public IsHeartBeatAlive ( ) : bool
return bool

ReadAdsValue() public method

public ReadAdsValue ( IWoopsaProperty woopsaProperty ) : WoopsaValue
woopsaProperty IWoopsaProperty
return Woopsa.WoopsaValue

WoopsaAdsServer() public method

public WoopsaAdsServer ( string netId ) : System
netId string
return System

WriteAdsValue() public method

public WriteAdsValue ( IWoopsaProperty property, IWoopsaValue value ) : void
property IWoopsaProperty
value IWoopsaValue
return void

loadHierarchy() public method

public loadHierarchy ( WoopsaObject root ) : void
root WoopsaObject
return void

Property Details

BeckhoffPlcReferenceDateTime public_oe property

public DateTime,System BeckhoffPlcReferenceDateTime
return System.DateTime