示例#1
0
    def getDevicePath(self):
        """
        getDevicePath(Uart self) -> std::string

        Parameters:
            self: mraa::Uart *

        """
        return _mraa.Uart_getDevicePath(self)
示例#2
0
    def getDevicePath(self):
        """
        getDevicePath(Uart self) -> std::string

        Parameters
        ----------
        self: mraa::Uart *




        Get string with tty device path within Linux For example. Could point
        to "/dev/ttyS0"

        char pointer of device path 
        """
        return _mraa.Uart_getDevicePath(self)
示例#3
0
 def getDevicePath(self):
     return _mraa.Uart_getDevicePath(self)