CommonDeviceManagerServiceBase class
abstract
- Annotations
-
- @GrpcServiceName('pb.CommonDeviceManager')
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
addDevice(ServiceCall call, Device request)
→ Future<Empty>
-
-
addDevice_Pre(ServiceCall call, Future<Device> request)
→ Future<Empty>
-
-
createOneFTP(ServiceCall call, PortConfig request)
→ Future<PortConfig>
-
-
createOneFTP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<PortConfig>
-
-
createOneTCP(ServiceCall call, PortConfig request)
→ Future<PortConfig>
-
-
createOneTCP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<PortConfig>
-
-
createOneUDP(ServiceCall call, PortConfig request)
→ Future<PortConfig>
-
-
createOneUDP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<PortConfig>
-
-
delDevice(ServiceCall call, Device request)
→ Future<Empty>
-
-
delDevice_Pre(ServiceCall call, Future<Device> request)
→ Future<Empty>
-
-
deleteOneFTP(ServiceCall call, PortConfig request)
→ Future<Empty>
-
-
deleteOneFTP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<Empty>
-
-
deleteOneTCP(ServiceCall call, PortConfig request)
→ Future<Empty>
-
-
deleteOneTCP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<Empty>
-
-
deleteOneUDP(ServiceCall call, PortConfig request)
→ Future<Empty>
-
-
deleteOneUDP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<Empty>
-
-
getAllDevice(ServiceCall call, Empty request)
→ Future<DeviceList>
-
-
getAllDevice_Pre(ServiceCall call, Future<Empty> request)
→ Future<DeviceList>
-
-
getAllFTP(ServiceCall call, Device request)
→ Future<PortList>
-
-
getAllFTP_Pre(ServiceCall call, Future<Device> request)
→ Future<PortList>
-
-
getAllTCP(ServiceCall call, Device request)
→ Future<PortList>
-
-
getAllTCP_Pre(ServiceCall call, Future<Device> request)
→ Future<PortList>
-
-
getAllUDP(ServiceCall call, Device request)
→ Future<PortList>
-
-
getAllUDP_Pre(ServiceCall call, Future<Device> request)
→ Future<PortList>
-
-
getOneFTP(ServiceCall call, PortConfig request)
→ Future<PortConfig>
-
-
getOneFTP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<PortConfig>
-
-
getOneTCP(ServiceCall call, PortConfig request)
→ Future<PortConfig>
-
-
getOneTCP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<PortConfig>
-
-
getOneUDP(ServiceCall call, PortConfig request)
→ Future<PortConfig>
-
-
getOneUDP_Pre(ServiceCall call, Future<PortConfig> request)
→ Future<PortConfig>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setDeviceMac(ServiceCall call, Device request)
→ Future<Empty>
-
-
setDeviceMac_Pre(ServiceCall call, Future<Device> request)
→ Future<Empty>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
wakeOnLAN(ServiceCall call, Device request)
→ Future<Empty>
-
-
wakeOnLAN_Pre(ServiceCall call, Future<Device> request)
→ Future<Empty>
-