The I2CPortEnum enum defines possible I2C ports on the Beaglebone Black.
public enum I2CPortEnum { I2CPORT_NONE, I2CPORT_0, I2CPORT_1, I2CPORT_2 }