pysigrok  0.4.0
Python bindings for libsigrok
Public Member Functions | Static Public Attributes | List of all members
sigrok.core.classes.EnumValuePacketType Class Reference

Base class for objects which wrap an enumeration value from libsigrok. More...

+ Inheritance diagram for sigrok.core.classes.EnumValuePacketType:

Public Member Functions

def id (self)
 The integer constant associated with this value. More...
 
def name (self)
 The name associated with this value. More...
 

Static Public Attributes

tuple get
 

Detailed Description

Base class for objects which wrap an enumeration value from libsigrok.

Member Function Documentation

def sigrok.core.classes.EnumValuePacketType.id (   self)

The integer constant associated with this value.

Referenced by sigrok.core.classes.EnumValuePacketType.name().

+ Here is the caller graph for this function:

def sigrok.core.classes.EnumValuePacketType.name (   self)

The name associated with this value.

References sigrok.core.classes.EnumValuePacketType.id().

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: