MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / DeviceState

Method DeviceState

client/client.go:434–436  ·  view source on GitHub ↗

DeviceState is the device state operation accessor

()

Source from the content-addressed store, hash-verified

432
433// DeviceState is the device state operation accessor
434func (c *Client) DeviceState() ari.DeviceState {
435 return &deviceState{c}
436}
437
438// Endpoint is the endpoint accessor
439func (c *Client) Endpoint() ari.Endpoint {

Callers 9

TestDeviceDataFunction · 0.80
TestDeviceDeleteFunction · 0.80
TestDeviceUpdateFunction · 0.80
TestDeviceListFunction · 0.80
deviceStateDataMethod · 0.80
deviceStateGetMethod · 0.80
deviceStateDeleteMethod · 0.80
deviceStateListMethod · 0.80
deviceStateUpdateMethod · 0.80

Calls

no outgoing calls

Tested by 4

TestDeviceDataFunction · 0.64
TestDeviceDeleteFunction · 0.64
TestDeviceUpdateFunction · 0.64
TestDeviceListFunction · 0.64