Uses of Class
com.meiglobal.ebds.api.pub.BNFStatus

Packages that use BNFStatus
com.meiglobal.ebds.api   
com.meiglobal.ebds.api.pub   
 

Uses of BNFStatus in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return BNFStatus
 BNFStatus Acceptor.GetBNFStatus()
          Returns the device's BNF status.
 

Uses of BNFStatus in com.meiglobal.ebds.api.pub
 

Methods in com.meiglobal.ebds.api.pub that return BNFStatus
 BNFStatus Acceptor.GetBNFStatus()
          Deprecated. Returns the device's BNF status.
static BNFStatus BNFStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BNFStatus[] BNFStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.