C# Class WoopsaAds.WoopsaAdsServer

Inheritance: IDisposable
Afficher le fichier Open project: woopsa-protocol/Woopsa Class Usage Examples

Méthodes publiques

Свойство Type Description
BeckhoffPlcReferenceDateTime System.DateTime

Méthodes publiques

Méthode 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

Méthode Description
bufferToLong ( byte buffer, int bufferLength ) : long

Method Details

BeckhoffToWoopsaValueType() public méthode

public BeckhoffToWoopsaValueType ( string beckhoffType, WoopsaValueType &woopsaType ) : bool
beckhoffType string
woopsaType WoopsaValueType
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsHeartBeatAlive() public méthode

public IsHeartBeatAlive ( ) : bool
Résultat bool

ReadAdsValue() public méthode

public ReadAdsValue ( IWoopsaProperty woopsaProperty ) : WoopsaValue
woopsaProperty IWoopsaProperty
Résultat Woopsa.WoopsaValue

WoopsaAdsServer() public méthode

public WoopsaAdsServer ( string netId ) : System
netId string
Résultat System

WriteAdsValue() public méthode

public WriteAdsValue ( IWoopsaProperty property, IWoopsaValue value ) : void
property IWoopsaProperty
value IWoopsaValue
Résultat void

loadHierarchy() public méthode

public loadHierarchy ( WoopsaObject root ) : void
root WoopsaObject
Résultat void

Property Details

BeckhoffPlcReferenceDateTime public_oe property

public DateTime,System BeckhoffPlcReferenceDateTime
Résultat System.DateTime