ProtocolAddressEditorAttribute Class | 
Namespace: Demo3D.Net
public sealed class ProtocolAddressEditorAttribute : Attribute
The ProtocolAddressEditorAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| ProtocolAddressEditorAttribute | Initializes a new instance of the ProtocolAddressEditorAttribute class  | 
| Name | Description | |
|---|---|---|
| DisplayName | 
            The protocol name to use (or null to use Protocol.Name).
              | |
| Editor | 
            A protocol address editor.  (Eg one that derives from ProtocolAddressPropertyBagEditor).
              | |
| Hardware | 
            The name of the Hardware or Bus Gateway that this protocol works with (or null).
            Only valid if ShowInAddServer is true.
              | |
| Scheme | 
            The default protocol address scheme to select for this protocol (or null to use Protocol.Name).
              | |
| Server | 
            The name of the PLC / Server that this protocol works with.
            Return "*" for it to be marked as a protocol for accessing any kind of server (eg OPC).
            Return null for it to be marked as working with no particular PLC / server.
            Only valid if ShowInAddServer is true.
              | |
| ShowInAddServer | 
            Show this protocol in the AddServer wizard.
              | |
| TagServerName | 
            The default name given by the AddServer wizard to a TagServer created with this protocol (or null
            to use a default TagServer name).  Only valid if ShowInAddServer is true.
              | 
| Name | Description | |
|---|---|---|
| Get(Type) | 
            Returns the protocol address editor attribute for a protocol, or null.
              | |
| Get(Type, String) | 
            Returns the protocol address editor attribute for a protocol, or null.
              |