Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the configuration for a discovered Elk M1 network devices (a C1M1 or M1XEP).

Hierarchy

  • ElkDevice

Index

Properties

deviceType

deviceType: ElkDeviceType

The type of device - a C1M1 communicator, or an M1XEP network device.

ipAddress

ipAddress: string

The device's local IP address

macAddress

macAddress: string

The MAC address of the network device.

Optional name

name: undefined | string

An optional name (only for an M1XEP)

port

port: number

The (non-secure) port the device uses to communicate on.

Optional securePort

securePort: undefined | number

The secure port the device uses to communicate on. For some reason it seems only the C1M1 sends this along, even though it is configurable by the M1XEP (though I haven't been able to test with an actual M1XEP devices, so this may be in the response somewhere).

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc