Click or drag to resize

ED588 Methods

The ED588 type exposes the following members.

Methods
 NameDescription
Public methodConnect Connect to a Brainboxes Remote IO Device
(Inherited from EDDevice)
Public methodDescribe Give a complete summary of the EDDevice
(Inherited from EDDevice)
Public methodDisconnect Disconnect from a Brainboxes Remote IO Device
(Inherited from EDDevice)
Public methodDispose Dispose of this Brainboxes device
(Inherited from DeviceConn, Proto)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFactoryReset Factory resets the device, this can take some time as the current connection is broken and a new on has to be re-established the connection may not reconnect if the current IP address settings cannot be re-got be the device in default settings mode
(Inherited from EDDevice)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRestart Power Cycle the device this can take some time as the current connection is broken and a new on has to be re-established the function will block until the device is powered up and reconnected to
(Inherited from EDDevice)
Public methodSendCommand Send a command to the Brainboxes device using the supplied protocol.
(Inherited from EDDevice)
Public methodSubscribeToDeltaEvent Register an event with this handler to be notified when the state of an Analog line changes by larger than the limit specified
(Inherited from EDDevice)
Public methodSubscribeToTargetEvent Register an event with this handler to be notified when the state of an Analog input goes over the limit specified
(Inherited from EDDevice)
Public methodSubscribeToTargetRangeEvent Register an event with this handler to be notified when the state of an Analog line changes to be within the specified delta range of a specified target value and also when it changes to be outside of the specified delta range
(Inherited from EDDevice)
Public methodToString ToString
(Inherited from EDDevice)
Public methodUnsubscribeToDeltaEvent Unsubscribe a registered delta event with this handler to stop being notified when this event is triggered
(Inherited from EDDevice)
Public methodUnsubscribeToTargetEvent Unsubscribe a registered target event with this handler to stop being notified when this event is triggered
(Inherited from EDDevice)
Public methodUnsubscribeToTargetRangeEvent Unsubscribe a registered target range event with this handler to stop being notified when this event is triggered
(Inherited from EDDevice)
Top
See Also