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