Uses of Class
network.DSRequestType

Packages that use DSRequestType
network   
 

Uses of DSRequestType in network
 

Fields in network declared as DSRequestType
 DSRequestType DiscoveryServiceRequest.request
          The type of request that needs to be sent by the device to the DiscoveryService, as defined by DSRequestType.
 

Methods in network that return DSRequestType
static DSRequestType DSRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DSRequestType[] DSRequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.