File Information
Library: IoT/Devices
Package: Generated
Header: IoT/Devices/IOSkeleton.h
Description
The interface for general purpose input/output (GPIO) ports.
This class represents a single GPIO pin. Mapping to physical pins is configured when setting up the specific IO implementation class, typically using a configuration file.
Implementations supporting dynamically changing pin directions should expose a string property named "direction" that takes the values "in" and "out".
Inheritance
Direct Base Classes: Poco::RemotingNG::Skeleton
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::AttributedObject, Poco::RemotingNG::Skeleton
Member Summary
Member Functions: remoting__typeId
Inherited Functions: addMethodHandler, clearAttributes, countAttributes, duplicate, enumerateAttributes, getAttribute, hasAttribute, invoke, operator =, referenceCount, release, removeAttribute, setAttribute
Constructors
IOSkeleton
IOSkeleton();
Creates a IOSkeleton.
Destructor
~IOSkeleton
virtual ~IOSkeleton();
Destroys a IOSkeleton.
Member Functions
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;
Variables
DEFAULT_NS
static const std::string DEFAULT_NS;