Method | Description | |
---|---|---|
Connect ( string friendlyName, bool autostartable, AppletCapabilities appletCaps ) : void | ||
Disconnect ( ) : void | ||
OnAppletDisabled ( ) : void | ||
OnAppletEnabled ( ) : void | ||
OnCloseConnection ( ) : void | ||
OnConfigure ( ) : void | ||
OnDeviceArrival ( DeviceType deviceType ) : void | ||
OnDeviceRemoval ( DeviceType deviceType ) : void |
Method | Description | |
---|---|---|
Applet ( ) : System | ||
ConfigureHandler ( int connection, |
||
NotifyHandler ( int connection, |
public Connect ( string friendlyName, bool autostartable, AppletCapabilities appletCaps ) : void | ||
friendlyName | string | |
autostartable | bool | |
appletCaps | AppletCapabilities | |
return | void |
public OnDeviceArrival ( DeviceType deviceType ) : void | ||
deviceType | DeviceType | |
return | void |
public OnDeviceRemoval ( DeviceType deviceType ) : void | ||
deviceType | DeviceType | |
return | void |