Click or drag to resize

PortDefinition Class

Provides a definition of an IO port.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.IOControllerPortDefinition

Namespace: RAYLASE.Marker.Device.IOController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class PortDefinition

The PortDefinition type exposes the following members.

Constructors
 NameDescription
Public methodPortDefinition ctor
Top
Properties
 NameDescription
Public propertyDataSize The size of the data. [bit]
Public propertyDirection The communication direction of the data.
Public propertyName The name of the IO port.
Public propertyPolarity The polarity of the port.
Public propertyPortSize The size of the physical port. [bit]
Public propertyStartingBitOffset The zero-based offset of the physical port.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also