6#ifndef __PORTSMODEL_PORT_FUSE_IDL__ 
    7#define __PORTSMODEL_PORT_FUSE_IDL__ 
Interface describing a controllable fuse for a device port.
 
int getTripCount()
Get the trip count of the fuse (since last reboot)
 
void reset()
Attempt a fuse reset.
 
Status
Status type for port fuse.
 
@ UNKNOWN
Status can't be determined.
 
@ TRIPPED
Fuse is open (tripped)
 
Status getStatus()
Get the current status of the fuse.
 
Common base for all events.
 
Event: The state of the fuse has changed.
 
Status newStatus
Current (new) fuse status.
 
Status oldStatus
Previous fuse status.