bus        = ? [0 .. 255] ? ;
slot       = ? [0 .. 31] ? ;
function   = ? [0 .. 7] ? ;
deviceSlot = bus , ":" , slot , ":" , function ;

Examples:
  0:0:0
  255:31:7
