This namespace provides the classes for creating a .NET Connectors for .NET Input nodes.
Classes
Class | Description | |
---|---|---|
![]() | NBByteArrayInputEvent |
NBByteArrayInputEvent provides a default class to handle byte array based events.
|
![]() | NBByteArrayInputRecord |
NBByteArrayInputRecord provides a default class to handle input records for polling results and events.
|
![]() | NBByteArrayPollingResult |
NBByteArrayPollingResult provides a default class to handle byte array based polling results.
|
![]() | NBConnector |
An abstract base class that represents a connector.
|
![]() | NBConnectorFactory |
NBConnectorFactory is an abstract base class for connector factories.
|
![]() | NBElementInputRecord |
NBElementInputRecord provides a default class to handle input records for polling results and events.
|
![]() | NBEvent |
NBEvent is a base class which must be extended to be able to receive an event from the system.
|
![]() | NBEventInputConnector | NBEventInputConnector is the base class which must be extended to implement a connector which can receive events from the system.
|
![]() | NBInputConnector | NBInputConnector is an abstract base class which should not be extended by the user, but is extended by the system.
|
![]() | NBInputRecord | NBInputRecord is an abstract base class for records returned from NBEvent.BuildInputRecord or NBPollingResult.BuildInputRecord.
|
![]() | NBPollingInputConnector | NBPollingInputConnector is the base class which must be extended to implement a connector which can receive data from the system.
|
![]() | NBPollingResult |
NBPollingResult is the base class for a polling result from the system.
|
![]() | NBTimeoutPollingResult | NBTimeoutPollingResult is a class which is used to indicate the ReadData method has no data to return.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | DataValidation |
Defines the allowable return values from NBInputRecord.ValidateData.
|