2using System.Threading.Tasks;
3using Windows.Devices.Gpio;
36 return Task.FromResult<
bool>(Child is
Pin);
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
Node representing a GPIO conroller.
override Task< string > GetTypeNameAsync(Language Language)
TODO
GpioController GpioController
TODO
override async Task< bool > AcceptsParentAsync(INode Parent)
TODO
Controller()
Node representing a GPIO conroller.
override Task< bool > AcceptsChildAsync(INode Child)
TODO
Base class for all metering nodes.
INode Parent
Parent Node, or null if a root node.
Class for the root node of the Metering topology.
Interface for nodes that are published through the concentrator interface.