The plugin part MBS Linux Plugin
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Linux Plugin:
- class AvahiBrowserMBS
- method Browse(InterfaceIndex as integer, Protocol as integer, servicetype as string, domain as string = "", flags as integer = 0) as boolean
- method Destructor
- method Constructor(client as AvahiClientMBS)
- property Client as AvahiClientMBS
- property Handle as Integer
- event Failure(error as string, errorcode as integer)
- event ServiceFound(InterfaceIndex as integer, protocol as Integer, name as string, type as string, domain as string, flags as integer)
- event ServiceRemoved(InterfaceIndex as integer, protocol as Integer, name as string, type as string, domain as string, flags as integer)
- event AllForNow(type as string)
- event CacheExhausted(type as string)
- class AvahiClientMBS
- class AvahiDomainBrowserMBS
- method BrowseDomains(InterfaceIndex as integer, Protocol as integer, domain as string = "", BrowserType as integer = 0, flags as integer = 0) as boolean
- method Destructor
- method Constructor(client as AvahiClientMBS)
- property Client as AvahiClientMBS
- property Handle as Integer
- event Failure(error as string, errorcode as integer)
- event DomainFound(InterfaceIndex as integer, protocol as Integer, domain as string, flags as integer)
- event DomainRemoved(InterfaceIndex as integer, protocol as Integer, domain as string, flags as integer)
- event AllForNow
- event CacheExhausted
- class AvahiResolverMBS
- method Resolve(InterfaceIndex as integer, Protocol as integer, name as string, servicetype as string, domain as string, flags as integer = 0) as boolean
- method Destructor
- method Constructor(client as AvahiClientMBS)
- property Client as AvahiClientMBS
- property Handle as Integer
- event Failure(error as string, errorcode as integer)
- event Found(interfaceIndex as integer, Protocol as Integer, name as string, type as string, domain as string, hostname as string, port as integer, address as string, txt as string, flags as integer)
- class AvahiTypeBrowserMBS
- method BrowseTypes(InterfaceIndex as integer, Protocol as integer, domain as string = "", flags as integer = 0) as boolean
- method Destructor
- method Constructor(client as AvahiClientMBS)
- property Client as AvahiClientMBS
- property Handle as Integer
- event Failure(error as string, errorcode as integer)
- event TypeFound(InterfaceIndex as integer, protocol as Integer, type as string, domain as string, flags as integer)
- event TypeRemoved(InterfaceIndex as integer, protocol as Integer, type as string, domain as string, flags as integer)
- event AllForNow
- event CacheExhausted
- class DesktopWindow
- class GTKWindowMBS
- class HTMLViewer
- class LinuxJavaScriptContextMBS
- method EvaluateScript(script as string, sourceURL as string, StartLineNumber as integer, byref JSException as string) as string
- method EvaluateScript(script as string, sourceURL as string = "", StartLineNumber as integer = 0) as string
- method CheckScriptSyntax(script as string, sourceURL as string, StartLineNumber as integer, byref JSException as string) as boolean
- method CheckScriptSyntax(script as string, sourceURL as string = "", StartLineNumber as integer = 0) as boolean
- method Constructor
- method Destructor
- method GarbageCollect
- property Handle as Integer
- property HTMLViewer as HTMLViewer
- class LinuxProcessMBS
- class LinuxSuMBS
- class LinuxSysInfoMBS
- class LinuxWebBackForwardListMBS
- class LinuxWebCookieMBS
- class LinuxWebCookieStoreMBS
- class LinuxWebDataSourceMBS
- class LinuxWebFrameMBS
- class LinuxWebHistoryItemMBS
- class LinuxWebInspectorMBS
- class LinuxWebNetworkRequestMBS
- class LinuxWebNetworkResponseMBS
- class LinuxWebResourceMBS
- class LinuxWebSettingsMBS
- class LinuxWebViewMBS
- class RaspberryPiCameraFormatDescriptionMBS
- class RaspberryPiCameraFormatMBS
- class RaspberryPiCameraMBS
- class Window
- module LinuxIconMBS
- module WiringPiMBS
- method Write(fd as Integer, data as Memoryblock) as Integer
- method Read(fd as Integer, count as UInt64) as Memoryblock
- method SPIDataRW(channel as Integer, data as Memoryblock) as Integer
- method SPISetupMode(channel as Integer, speed as Integer, mode as Integer) as Integer
- method SPISetup(channel as Integer, speed as Integer) as Integer
- method SPIGetFd(channel as Integer) as Integer
- method I2CSetup(devId as Integer) as Integer
- method I2CSetupInterface(device as string, devId as Integer) as Integer
- method I2CWrite(fd as Integer, Data as Integer) as Integer
- method I2CWriteReg8(fd as Integer, reg as Integer, Data as Integer) as Integer
- method I2CWriteReg16(fd as Integer, reg as Integer, Data as Integer) as Integer
- method I2CRead(fd as Integer) as Integer
- method I2CReadReg8(fd as Integer, reg as Integer) as Integer
- method I2CReadReg16(fd as Integer, reg as Integer) as Integer
- method piModelNames(index as Integer) as string
- method piRevisionNames(index as Integer) as string
- method piMakerNames(index as Integer) as string
- method pwmSetClock(divisor as Integer)
- method pwmSetRange(range as UInt32)
- method pwmSetMode(mode as Integer)
- method digitalWriteByte(value as Integer)
- method pwmToneWrite(pin as Integer, value as Integer)
- method gpioClockSet(pin as Integer, value as Integer)
- method setPadDrive(group as Integer, value as Integer)
- method physPinToGpio(physPin as Integer) as Integer
- method wpiPinToGpio(wpiPin as Integer) as Integer
- method piBoardId(byref model as Integer, byref Rev as Integer, byref Mem as Integer, byref Maker as Integer, byref OverVolted as Integer)
- method piBoardRev as Integer
- method analogWrite(pin as Integer, value as Integer)
- method pwmWrite(pin as Integer, value as Integer)
- method digitalWrite(pin as Integer, value as Integer)
- method pullUpDnControl(pin as Integer, pud as Integer)
- method pinMode(pin as Integer, mode as Integer)
- method digitalRead(pin as Integer) as Integer
- method analogRead(pin as Integer) as Integer
- method wiringPiSetupPhys as Integer
- method wiringPiSetupGpio as Integer
- method wiringPiSetupSys as Integer
- method wiringPiSetup as Integer
- method piUnlock(Key as Integer)
- method piLock(Key as Integer)
- method piHiPri(pri as Integer) as Integer
- method micros as UInt32
- method millis as UInt32
- method delayMicroseconds(HowLong as UInt32)
- method delay(HowLong as UInt32)
- method serialPutData(fd as Integer, data as Memoryblock)
- method serialPutchar(fd as Integer, c as Integer)
- method serialPuts(fd as Integer, text as string)
- method serialGetchar(fd as Integer) as Integer
- method serialDataAvail(fd as Integer) as Integer
- method serialFlush(fd as Integer)
- method serialClose(fd as Integer)
- method serialOpen(device as String, Baud as Integer) as Integer
- method LoadLibrary(Path as string) as boolean
- method LoadLibrary(File as FolderItem) as boolean