C# Class Yodiwo.PaaS.IBMProxyNode.IBMProxy

ファイルを表示 Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
LookupPortDirection ioPortDirection>.Dictionary
LookupThingState string>.Dictionary
LookupThingType ePortType>.Dictionary

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
InitIBMConnection ( ) : void
InitYodiwoConnection ( ) : void
OnChangedStateCb ( Thing thing, Port port, string state ) : void
OnMqttThingRxMessage ( string eventName, string data ) : void
OnThingActivatedCb ( Thing thing ) : void
OnTransportConnectedCb ( Yodiwo Transport, string msg ) : void
OnTransportDisconnectedCb ( Yodiwo Transport, string msg ) : void
OnTransportErrorCb ( Yodiwo Transport, TransportErrors Error, string msg ) : void
OnUnexpectedMessageCb ( object message ) : void
ReconstructThing ( ThingDescriptor thdesc ) : Thing
RegisterThingStateCbs ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

LookupPortDirection public_oe static_oe property

public static Dictionary LookupPortDirection
return ioPortDirection>.Dictionary

LookupThingState public_oe static_oe property

public static Dictionary LookupThingState
return string>.Dictionary

LookupThingType public_oe static_oe property

public static Dictionary LookupThingType
return ePortType>.Dictionary